Returns the TABSAdvIndexDef object for the index definition with a specified name.
function Find(const Name: String): TABSAdvIndexDef;
Description
Call Find to obtain information about a particular index definition. Specify the name of the index as the value of the Name parameter.
Find raises an exception if there is no index definition with the given name.
|
|