System.Classes.TTextReaderEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: string read FLine;

C++

__property System::UnicodeString Current = {read=FLine};

Properties

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

Description

Returns the current text line being read from the text reader.


See Also