Data.DBXJSON.TDBXNamedCallback.Name
[–] 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.