Data.DBXJSON.TDBXNamedCallback.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(const Name: string);

C++

__fastcall TDBXNamedCallback(const System::UnicodeString Name);

Description

Create is a constructor for the TDBXNamedCallback class.

Call Create to instantiate a named callback. The Name parameter represents the name of the callback.

Note: Do not use this constructor to create an instance of TDBXNamedCallback, which is an abstract class.