Data.DB.TVariantField.GetAsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsBoolean: Boolean; override;

C++

virtual bool __fastcall GetAsBoolean();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TVariantField

Description

Returns the value of the field as a Boolean.

The GetAsBoolean method returns the value of the field as a Boolean.

See Also