FireDAC.Comp.DataSet.TFDAggregate.ActualActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDAggregate

Delphi

property ActualActive: Boolean read GetActualActive;

C++

__property bool ActualActive = {read=GetActualActive, nodefault};

Description

Returns True, if the aggregated value is really calculated.

Use ActualActive to see if FireDAC is maintaining this aggregated value. In general, the value is maintained if:

Use the InUse property to detect whether the aggregated value is accessible or not.

See Also