|
@@ -1000,6 +1000,7 @@ type
|
|
public
|
|
public
|
|
constructor Create(Owner: TIndexDefs; const AName, TheFields: string;
|
|
constructor Create(Owner: TIndexDefs; const AName, TheFields: string;
|
|
TheOptions: TIndexOptions); overload;
|
|
TheOptions: TIndexOptions); overload;
|
|
|
|
+ published
|
|
property Expression: string read GetExpression write SetExpression;
|
|
property Expression: string read GetExpression write SetExpression;
|
|
property Fields: string read FFields write FFields;
|
|
property Fields: string read FFields write FFields;
|
|
property CaseInsFields: string read FCaseinsFields write SetCaseInsFields;
|
|
property CaseInsFields: string read FCaseinsFields write SetCaseInsFields;
|