FireDAC.Comp.DataSet.TFDIndexes

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDIndexes

Delphi

TFDIndexes = class(TCollection)

C++

class PASCALIMPLEMENTATION TFDIndexes : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

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