System.Classes.TTextReaderEnumerator.Current

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Current: string read FLine;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TTextReaderEnumerator


説明

テキスト リーダから読み込まれている現在のテキスト行を返します。


関連項目