System.Classes.TTextReaderEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TTextReaderEnumerator

Description

Moves the enumerator to the next text line. MoveNext returns True when the text reader does not reach the end of content and reads a current text line.


See Also