Data.DB.TField.GetWideText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetWideText(var Text: string; DisplayText: Boolean); virtual;

C++

virtual void __fastcall GetWideText(System::UnicodeString &Text, bool DisplayText);

Properties

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

Description

Returns the field's value as a UnicodeString.

The GetWideText method internally calls GetText to populate the Text parameter with the field's value returned as a UnicodeString.

Trying to call the GetWideText method as implemented in TField raises an exception.

See Also