Data.DBXJSON.TDBXNamedCallback.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetName();

Properties

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

Description

Returns the name of the callback.

The GetName method returns a UnicodeString with the name of the callback.

See Also