Datasnap.DBClient.TCustomClientDataSet.GetAggregateValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Returns the value for an aggregate field.

Datasnap.DBClient.TCustomClientDataSet.GetAggregateValue inherits from Data.DB.TDataSet.GetAggregateValue. All content below this line refers to Data.DB.TDataSet.GetAggregateValue.

Returns the value for an aggregate field.

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

See Also