Icon Find Method

HIDESBASE TDBISAMIndexDef* __fastcall Find(const
      System::UnicodeString Name)

Usage

Call the Find method to locate a specific index definition by the name of the index. If an index definition is found with the same name, a reference to the index definition is returned, otherwise an exception is raised. The search against the index names is case-insensitive.

Information To search for the primary index definition just use a blank string ("").
Image