Data.DBXCommon.TDBXValue.AsBoolean

From RAD Studio API Documentation
Revision as of 00:41, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property AsBoolean: Boolean read GetAsBoolean;

C++

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

Properties

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

Description

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