Datasnap.DSServer.TDSCallbackTunnelEventItem.CallbackId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelEventItem

Delphi

CallbackId: string;

C++

System::UnicodeString CallbackId;

Description

The ID of the callback being added or removed.

The CallbackId field holds a string with the ID of the callback being added or removed.

See Also