Data.DB.TAggregateField.GetAsString
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TAggregateField |
Delphi
function GetAsString: string; override;
C++
virtual System::UnicodeString __fastcall GetAsString();
Description
Returns the value of the aggregate field as a string.
The GetAsString method returns the value of the aggregate field as a string.