Class TIndexDefs
Unit
Declaration
type TIndexDefs = class(TDefCollection)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TCollection
- TOwnedCollection
- TDefCollection
- TIndexDefs
Overview
Methods
| Public | constructor Create(ADataSet: TDataSet); overload; virtual; |
| Public | procedure Add(const Name, Fields: string; Options: TIndexOptions); |
| Public | Function AddIndexDef: TIndexDef; |
| Public | function Find(const IndexName: string): TIndexDef; |
| Public | function FindIndexForFields(const Fields: string): TIndexDef; |
| Public | function GetIndexForFields(const Fields: string; CaseInsensitive: Boolean): TIndexDef; |
| Public | procedure Update; overload; virtual; |
Properties
| Public | property Items[Index: Integer]: TIndexDef read GetItem write SetItem; |
Description
Methods
| Public | constructor Create(ADataSet: TDataSet); overload; virtual; |
|
This item has no description. | |
| Public | procedure Add(const Name, Fields: string; Options: TIndexOptions); |
|
This item has no description. | |
| Public | Function AddIndexDef: TIndexDef; |
|
This item has no description. | |
| Public | function Find(const IndexName: string): TIndexDef; |
|
This item has no description. | |
| Public | function FindIndexForFields(const Fields: string): TIndexDef; |
|
This item has no description. | |
| Public | function GetIndexForFields(const Fields: string; CaseInsensitive: Boolean): TIndexDef; |
|
This item has no description. | |
| Public | procedure Update; overload; virtual; |
|
This item has no description. | |
Properties
| Public | property Items[Index: Integer]: TIndexDef read GetItem write SetItem; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.