Data.DB.TExtendedField.GetText
Delphi
procedure GetText(var Text: string; DisplayText: Boolean); override;
C++
virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | Data.DB.pas Data.DB.hpp  | 
        Data.DB | TExtendedField | 
Description
Returns the field's value as a string.
GetText returns a string representation of the field's value. If DisplayText is True, then the field's value is represented as it is displayed in the data-aware control.