API:Data.DBXCommon.TDBXWritableValue.AsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBoolean: Boolean read GetAsBoolean write SetAsBoolean;

C++

__property bool AsBoolean = {read=GetAsBoolean, write=SetAsBoolean, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Boolean representation of value.

Data.DBXCommon.TDBXWritableValue.AsBoolean inherits from Data.DBXCommon.TDBXValue.AsBoolean. All content below this line refers to Data.DBXCommon.TDBXValue.AsBoolean.

Boolean representation of value.

AsBoolean 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