Data.DBXCommon.TDBXValue.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ValueType: TDBXValueType); // Hide TObject.Create

C++

__fastcall TDBXValue(TDBXValueType* ValueType);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Creates instance of TDBXValue.

This method creates and initializes an instance of TDBXValue.

See Also