WPTools Manual



Search


(press enter to search)

Function TWPCustomTextReader.ReadLine(UntilChar:Char) : string

Unit: WPRTEDefs
Class: WPRTEDefs.TWPCustomTextReader

Parameters

  • UntilChar:Char

Returns

The type of the result value is string.

Description

Read until line end or the given char was found. If the character was not found until the end of the line '' is returned and the reading position is not advanced.