API:Data.DB.TWideStringField.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 TWideStringField

Description

Returns the value of the field as a string.

Data.DB.TWideStringField.GetAsString inherits from Data.DB.TStringField.GetAsString. All content below this line refers to Data.DB.TStringField.GetAsString.

Returns the value of the field as a string.

GetAsString returns the field's value as a Unicode string.

See Also