Datasnap.DSCommon.TDSCallbackItem.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(ServerChannelName: string; Callback: TDBXCallback; Channels: TStrings = nil); overload;
constructor Create(ServerChannelName: string; Callback: TDBXCallback; Channels: string = ''); overload;

C++

__fastcall TDSCallbackItem(System::UnicodeString ServerChannelName, Data::Dbxjson::TDBXCallback* Callback, System::Classes::TStrings* Channels)/* overload */;
__fastcall TDSCallbackItem(System::UnicodeString ServerChannelName, Data::Dbxjson::TDBXCallback* Callback, System::UnicodeString Channels)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSCallbackItem

Beschreibung

Erstellt eine TDSCallbackItem-Instanz.

Der Konstruktor Create erstellt eine Instanz der Klasse TDSCallbackItem.

Siehe auch