Data.DBXDBReaders.TDBXParamsRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXParamsRow

Delphi

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

C++

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

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.

See Also