Data.DBXJSON.TDBXNamedCallback.GetName

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: TDBXNamedCallback

Delphi

function GetName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetName();

Description

Returns the name of the callback.

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

See Also