Datasnap.DSCommon.TDSCallbackItem

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSCallbackItem
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: Datasnap.DSCommon

Delphi

TDSCallbackItem = class

C++

class PASCALIMPLEMENTATION TDSCallbackItem : public System::TObject

Description

Implements a callback and string list pairing, where Callback is one of the channel callbacks of the client, and Channels is a list of names of channels, aside from the channel of the callback channel manager, where the callback listens.

See Also