Data.DB.TField.GetAsWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsWideString: string; virtual;

C++

virtual System::UnicodeString __fastcall GetAsWideString();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Returns the value of the field as a WideString.

Descendants of TField that represent WideString fields override the GetAsWideString method to return the value of the field as a WideString.

Trying to call the GetAsWideString method raises an exception.

See Also