Data.DB.TDataSet.GetAggregateValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAggregateValue(Field: TField): Variant; virtual;

C++

virtual System::Variant __fastcall GetAggregateValue(TField* Field);

Properties

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

Description

Returns the value for an aggregate field.

GetAggregateValue returns the value for an aggregate field given by the Field associated field.

See Also