Data.DB.TBooleanField.GetAsVariant

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: TBooleanField

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

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