Data.DB.TDataSet.GetAggregateValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

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

C++

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

Description

Returns the value for an aggregate field.

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

See Also