Data.DB.TFMTBCDField.GetText
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFMTBCDField |
Delphi
procedure GetText(var Text: string; DisplayText: Boolean); override;
C++
virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);
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.