Data.DBXMemoryRow.TDBXMemoryRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(DBXContext: TDBXContext; Values: TDBXValueTypeArray);

C++

__fastcall TDBXMemoryRow(Data::Dbxcommon::TDBXContext* DBXContext, Data::Dbxcommon::TDBXValueTypeArray Values);

Description

Creates a new TDBXMemoryRow instance.

The Create constructor creates and initializes a new instance of the TDBXMemoryRow class.

See Also