Data.DB.TBooleanField.GetAsString

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 GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

Description

Returns the value of the Boolean field in its string representation.

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

See Also