Datasnap.DSProxy.TDSAdminClient.ListMethods

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ListMethods(ClassName: string): TJSONArray;

C++

System::Json::TJSONArray* __fastcall ListMethods(System::UnicodeString ClassName);

Eigenschaften

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


Beschreibung

Führt den Befehl DSAdmin.ListMethods aus.

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

Siehe auch