Datasnap.DSCommonServer.DSAdmin.DescribeClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DescribeClass(const ClassName: string): TJSONObject;

C++

System::Json::TJSONObject* __fastcall DescribeClass(const System::UnicodeString ClassName);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer DSAdmin

Description

Returns the description of a given server class.

The DescribeClass method returns the description of a server class given through the ClassName parameter.

See Also