Datasnap.DSClientRest.TDSRestClientCallback.CallbackId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestClientCallback

Delphi

property CallbackId: string read FCallbackId;

C++

__property System::UnicodeString CallbackId = {read=FCallbackId};


Description

Specifies the identifier of the callback.

The CallbackId property is a string specifying the identifier of the callback.

See Also