Data.DBXCommon.TDBXUInt16Value.GetAsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAsUInt8: Byte; override;

C++

virtual System::Byte __fastcall GetAsUInt8();

Description

Gets the Byte representation of the value.

GetAsUInt8 returns a Byte representation of the value after applying a type conversion.

See Also