FireDAC.Comp.DataSet.TFDIndexes
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDIndexes = class(TCollection)
C++
class PASCALIMPLEMENTATION TFDIndexes : public System::Classes::TCollection
Description
TFDIndexes is a collection of TFDIndex objects.
TFDIndexes is a list of all dataset views, maintained by the dataset. A single TFDIndex object represents a single maintained dataset view. The dataset views are maintained automatically by the dataset, if the following conditions are met:
- TFDIndex.Active is True and the view is really active (see ActualActive).
- TFDDataSet.IndexesActive is True.