Data.DBXJSON.TDBXCallbackDelegate.GetDelegate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallbackDelegate

Delphi

function GetDelegate: TDBXCallback; virtual;

C++

virtual TDBXCallback* __fastcall GetDelegate();

Description

Gets the value of the Delegate property.

Call the GetDelegate method to get the value of the Delegate property.

See Also