Data.DBXJSON.TDBXNamedCallback.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Name: string);

C++

__fastcall TDBXNamedCallback(const System::UnicodeString Name);

Properties

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

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.