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

TForEachTextLineAction

Declaration

Source position: _crw_fio.pas line 481

type TForEachTextLineAction = procedure(

  const FileName: LongString;

  const Line: LongString;

  Count: SizeInt;

  var Terminate: Boolean;

  CustomData: Pointer

);