Icon Add Method

HIDESBASE void __fastcall Add(const System::UnicodeString Name,
      const System::UnicodeString Fields, Data::Db::TIndexOptions
      Options = Data::Db::TIndexOptions() , const
      System::UnicodeString DescFields = System::UnicodeString(),
      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