Data.DBXMemoryRow.TDBXMemoryRow.SetUInt16

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 SetUInt16(DbxValue: TDBXUInt16Value; Value: UInt16); override;

C++

virtual void __fastcall SetUInt16(Data::Dbxcommon::TDBXUInt16Value* DbxValue, System::UInt16 Value);

Description

Sets the Word value for the unsigned 16-bit integer data types.

SetUInt16 sets the Word value for TDBXMemoryRow instances of a UInt16 data type.

See Also