Events


OnProgressSearch progress callback. It is of type:
  TATStreamSearchProgress = procedure(
    const ACurrentPos, AMaximalPos: Int64;
    var AContinueSearching: Boolean) of object;
ACurrentPos: current search position,
AMaximalPos: maximal search position,
AContinueSearching: if set to False then search will be stopped.