Data.DBXJSON.TDBXNamedCallback.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXNamedCallback

Delphi

property Name: string read GetName;

C++

__property System::UnicodeString Name = {read=GetName};

Description

Specifies the name of the callback.

The Name property specifies the name of the callback. Name is a read-only property.

See Also