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

TForEachTextLineAction

Declaration

Source position: _crw_crwapi.pas line 1010

type TForEachTextLineAction = procedure(

  const FileName: LongString;

  const Line: LongString;

  Count: SizeInt;

  var Terminate: Boolean;

  CustomData: Pointer

);