FireDAC.Comp.DataSet.TFDIndex.ActualActive
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDIndex | |
Delphi
property ActualActive: Boolean read GetActualActive;
C++
__property bool ActualActive = {read=GetActualActive, nodefault};
Description
Use ActualActive to see if FireDAC is maintaining this dataset view.
In general, the view is maintained if:
- Active is True.
- The dataset is active.
- The dataset's IndexesActive is True.