Data.DBXMemoryRow.TDBXMemoryRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: UInt16); override;

C++

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

Properties

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

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