Data.DB.TVariantField.GetAsBoolean
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TVariantField |
Delphi
function GetAsBoolean: Boolean; override;
C++
virtual bool __fastcall GetAsBoolean();
Description
Returns the value of the field as a Boolean.
The GetAsBoolean method returns the value of the field as a Boolean.