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

TForEachFileAction

Declaration

Source position: _crw_crwapi.pas line 1004

type TForEachFileAction = procedure(

  const FileName: LongString;

  const FileDetails: TSearchRec;

  SubDirLevel: Integer;

  var Terminate: Boolean;

  CustomData: Pointer

);