Data.DB.TAggregateField.GetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

Description

Returns the value of the aggregate field as a string.

The GetAsString method returns the value of the aggregate field as a string.

See Also