API:Data.DBXDelegate.TDBXDelegateCommand.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(DBXContext: TDBXContext; Command: TDBXCommand);

C++

__fastcall TDBXDelegateCommand(Data::Dbxcommon::TDBXContext* DBXContext, Data::Dbxcommon::TDBXCommand* Command);

Description

Creates an instance of TDBXCommand

Data.DBXDelegate.TDBXDelegateCommand.Create inherits from Data.DBXCommon.TDBXCommand.Create. All content below this line refers to Data.DBXCommon.TDBXCommand.Create.

Creates an instance of TDBXCommand

This constructor creates and initializes an instance of TDBXCommand.

See Also