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