Datasnap.DSCommonServer.TDSCustomServer.GetServerClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetServerClass(const ClassName: string; const Container: TJSONObject);

C++

void __fastcall GetServerClass(const System::UnicodeString ClassName, System::Json::TJSONObject* const Container);

Properties

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

Description

Delegate for the GetServerClass method.

GetServerClass is a delegate for the GetServerClass method.

See Also