Data.DBXCommon.TDBXBcdValue.GetAsBoolean

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: TDBXBcdValue

Delphi

function GetAsBoolean: Boolean; override;

C++

virtual bool __fastcall GetAsBoolean();

Description

Get boolean representation of value.

Data.DBXCommon.TDBXBcdValue.GetAsBoolean inherits from Data.DBXCommon.TDBXValue.GetAsBoolean. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsBoolean.

Get boolean representation of value.

GetAsBoolean returns a Boolean representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also