Datasnap.DSCommonServer.TDSCustomServer.GetServerClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

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

C++

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

Description

Delegate for the GetServerClass method.

GetServerClass is a delegate for the GetServerClass method.

See Also