Data.DB.TBooleanField.GetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

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