FireDAC.Comp.DataSet.TFDAggregate.ActualActive
| [–] 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:
- Expression is not empty.
- Active is True.
- The dataset is active.
- The dataset AggregatesActive is True.
- IndexName is empty or the current dataset index has the IndexName name.
Use the InUse property to detect whether the aggregated value is accessible or not.