Data.DBXMemoryRow.TDBXMemoryRow.SetValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValueType(ValueType: TDBXValueType); override;

C++

virtual void __fastcall SetValueType(Data::Dbxcommon::TDBXValueType* ValueType);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the value type in a TDBXMemoryRow.

SetValueType is used to set the value type in a TDBXMemoryRow.

See Also