Data.DB.TVariantField.GetAsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also