Data.DB.TBooleanField.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 TBooleanField

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.

See Also