Data.DB.TFloatField.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 | TFloatField | 
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 value is represented as it is displayed in the data-aware control.