Icon TProgressEvent

Unit: dbisamtb

TProgressEvent = procedure (Sender: TObject; PercentDone: Word)
      of object

This type is used for the TDBISAMQuery and TDBISAMTable OnIndexProgress, OnCopyProgress, OnOptimizeProgress, OnAlterProgress, OnImportProgress, OnExportProgress, OnLoadFromStreamProgress , OnSaveToStreamProgress, and OnSaveProgress events.
Image