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