Creates a new index definition and adds it to the Items property.
procedure Add(const Name, Fields: String; Options: TIndexOptions; DescFields: string = ''; CaseInsFields: string = ''; MaxIndexedSizes: string = '');
Description
Add creates an index definition and assigns the values passed in the parameters to the TABSAdvIndexDef properties of the same names. If an index definition with same name already exists, Add raises an exception.
|
|