Icon Add Method

HIDESBASE void __fastcall Add(const System::UnicodeString Name,
      const System::UnicodeString Fields, Db::TIndexOptions Options =
      Db::TIndexOptions() , const System::UnicodeString DescFields =
      L"", TIndexCompression Compression = (TIndexCompression)(0x0),
      bool NoKeyStatistics = false)

Usage

Call the Add method to add a new index definition object to the list of index definitions for the table. Please see the TDBISAMIndexDef object for more information on each parameter to this method.
Image