Data.DBXDBReaders.TDBXDataSetRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow

Description

Sets the field value to the Word value.

SetUInt16 sets the field value to the Word Value.

Note: This class is not used directly by applications.

See Also