FireDAC.Comp.DataSet.TFDIndexes

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDIndexes
[–] 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:

See Also