Datasnap.DSProxy.TDSAdminClient.ListClasses

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ListClasses: TJSONArray;

C++

System::Json::TJSONArray* __fastcall ListClasses();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient


Beschreibung

Führt den Befehl DSAdmin.ListClasses aus.

Der Befehl DSAdmin.ListClasses wird über die in TDBXConnection angegebene Verbindng ausgeführt, die von dem Klassenkonstruktor Create festgelegt wird.

Siehe auch