Data.DB.TBooleanField.GetAsVariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

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 in its Variant representation.

The GetAsVariant method returns the value stored in the Boolean field in its Variant representation. The result of the GetAsVariant method may be Boolean True, Boolean False, or Null - for an empty field.

See Also