Data.DBXCommon.TDBXBcdValue.SetAsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetAsUInt16(const Value: Word); override;

C++

virtual void __fastcall SetAsUInt16(const System::Word Value);

Description

Sets the Word value for an unsigned 16-bit integer value type.

Data.DBXCommon.TDBXBcdValue.SetAsUInt16 inherits from Data.DBXCommon.TDBXWritableValue.SetAsUInt16. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsUInt16.

Sets the Word value for an unsigned 16-bit integer value type.

SetAsUInt16 sets a value as a Word, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also