Data.DBXDBReaders.TDBXParamsRow.SetUInt16
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 | TDBXParamsRow |
Description
Sets the TDBXParamsRow value to the Word Value
.
SetUInt16 sets the TDBXParamsRow value to the Word Value
.
Note: This class is not used directly by applications.