Datasnap.DSProxy.TDSAdminClient.ListMethods
Delphi
function ListMethods(ClassName: string): TJSONArray;
C++
System::Json::TJSONArray* __fastcall ListMethods(System::UnicodeString ClassName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSProxy.pas Datasnap.DSProxy.hpp |
Datasnap.DSProxy | TDSAdminClient |
Description
Executes the DSAdmin.ListMethods
command.
The DSAdmin.ListMethods
command is executed using the TDBXConnection set by the class constructor Create.