Data.DBXJSON.TDBXCallbackDelegate.GetDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDelegate: TDBXCallback; virtual;

C++

virtual TDBXCallback* __fastcall GetDelegate();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallbackDelegate

Description

Gets the value of the Delegate property.

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

See Also