Data.DBXCommon.TDBXUInt16Value.SetAsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsUInt16(const Value: Word); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXUInt16Value

Description

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

Data.DBXCommon.TDBXUInt16Value.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