Data.DB.TAggregateField.GetText
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TAggregateField | |
Delphi
procedure GetText(var Text: string; DisplayText: Boolean); override;
C++
virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);
Description
Returns the formatted string representation value of an aggregate field.
The GetText method returns the formatted string representation value of an aggregate field. If the field has a null value, GetText returns an empty string.