Datasnap.DSCommon.TDSCallbackItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSCallbackItem

Description

Creates a TDSCallbackItem instance.

The Create constructor creates an instance of the TDSCallbackItem class.

See Also