Data.DBXCommonTable.TDBXSingleValueRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TDBXSingleValueRow(void);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXSingleValueRow

Description

Creates a new TDBXSingleValueRow instance.

The Create constructor creates a new instance of the TDBXSingleValueRow class.

See Also