Class TDbfIndexDefs
Unit
Declaration
type TDbfIndexDefs = class(TCollection)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TCollection
- TDbfIndexDefs
Overview
Fields
| Public | FOwner: TDbf; |
Methods
| Protected | function GetOwner: TPersistent; override; |
| Public | constructor Create(AOwner: TDbf); |
| Public | function Add: TDbfIndexDef; |
| Public | function GetIndexByName(const Name: string): TDbfIndexDef; |
| Public | function GetIndexByField(const Name: string): TDbfIndexDef; |
| Public | procedure Update; |
Properties
| Public | property Items[N: Integer]: TDbfIndexDef read GetItem write SetItem; |
Description
Fields
| Public | FOwner: TDbf; |
|
This item has no description. | |
Methods
| Protected | function GetOwner: TPersistent; override; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TDbf); |
|
This item has no description. | |
| Public | function Add: TDbfIndexDef; |
|
This item has no description. | |
| Public | function GetIndexByName(const Name: string): TDbfIndexDef; |
|
This item has no description. | |
| Public | function GetIndexByField(const Name: string): TDbfIndexDef; |
|
This item has no description. | |
| Public | procedure Update; |
|
This item has no description. | |
Properties
| Public | property Items[N: Integer]: TDbfIndexDef read GetItem write SetItem; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.