Data.DBXCommon.TDBXWritableValue.AsBoolean
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
property AsBoolean: Boolean read GetAsBoolean write SetAsBoolean;
C++
__property bool AsBoolean = {read=GetAsBoolean, write=SetAsBoolean, nodefault};
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.