Datasnap.DSCommon.TDSCallbackItem

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSCallbackItem

Delphi

TDSCallbackItem = class

C++

class PASCALIMPLEMENTATION TDSCallbackItem : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon Datasnap.DSCommon

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