Data.DBXMemoryRow.TDBXMemoryRow.SetValueType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

Delphi

procedure SetValueType(ValueType: TDBXValueType); override;

C++

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

Description

Sets the value type in a TDBXMemoryRow.

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

See Also