Data.DBXJSON.TDBXNamedCallback.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read GetName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXNamedCallback

Description

Specifies the name of the callback.

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

See Also