Datasnap.DSClientRest.TDSRestClientCallback.CallbackId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CallbackId: string read FCallbackId;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback


Description

Specifies the identifier of the callback.

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

See Also