[Overview][Constants][Types][Procedures and functions][Index] |
Source position: _crw_fio.pas line 448
type TForEachFileAction = procedure( |
const FileName: LongString; |
const FileDetails: TSearchRec; |
SubDirLevel: Integer; |
var Terminate: Boolean; |
CustomData: Pointer |
); |