Datasnap.DSCommonServer.DSAdmin.ListMethods
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: DSAdmin |
Delphi
function ListMethods(const ClassName: string): TJSONArray;
C++
System::Json::TJSONArray* __fastcall ListMethods(const System::UnicodeString ClassName);
Description
Returns a list of methods exposed by a given class.
The ListMethods method returns a list of methods exposed by the ClassName parameter.