[Overview][Constants][Types][Procedures and functions][Index] Reference for unit '_crw_fio' (#crwlib)

TForEachFileAction

Declaration

Source position: _crw_fio.pas line 448

type TForEachFileAction = procedure(

  const FileName: LongString;

  const FileDetails: TSearchRec;

  SubDirLevel: Integer;

  var Terminate: Boolean;

  CustomData: Pointer

);