Class TIndexDef
Unit
Declaration
type TIndexDef = class(TNamedItem)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TCollectionItem
- TNamedItem
- TIndexDef
Overview
Methods
| Protected | function GetExpression: string; |
| Protected | procedure SetCaseInsFields(const AValue: string); virtual; |
| Protected | procedure SetDescFields(const AValue: string); |
| Protected | procedure SetExpression(const AValue: string); |
| Public | constructor Create(Owner: TIndexDefs; const AName, TheFields: string; TheOptions: TIndexOptions); overload; |
| Public | procedure Assign(Source: TPersistent); override; |
Properties
| Public | property Expression: string read GetExpression write SetExpression; |
| Public | property Fields: string read FFields write FFields; |
| Public | property CaseInsFields: string read FCaseinsFields write SetCaseInsFields; |
| Public | property DescFields: string read FDescFields write SetDescFields; |
| Public | property Options: TIndexOptions read FOptions write FOptions; |
| Public | property Source: string read FSource write FSource; |
Description
Methods
| Protected | function GetExpression: string; |
|
This item has no description. | |
| Protected | procedure SetCaseInsFields(const AValue: string); virtual; |
|
This item has no description. | |
| Protected | procedure SetDescFields(const AValue: string); |
|
This item has no description. | |
| Protected | procedure SetExpression(const AValue: string); |
|
This item has no description. | |
| Public | constructor Create(Owner: TIndexDefs; const AName, TheFields: string; TheOptions: TIndexOptions); overload; |
|
This item has no description. | |
| Public | procedure Assign(Source: TPersistent); override; |
|
This item has no description. | |
Properties
| Public | property Expression: string read GetExpression write SetExpression; |
|
This item has no description. | |
| Public | property Fields: string read FFields write FFields; |
|
This item has no description. | |
| Public | property CaseInsFields: string read FCaseinsFields write SetCaseInsFields; |
|
This item has no description. | |
| Public | property DescFields: string read FDescFields write SetDescFields; |
|
This item has no description. | |
| Public | property Options: TIndexOptions read FOptions write FOptions; |
|
This item has no description. | |
| Public | property Source: string read FSource write FSource; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.