表示: Delphi C++
表示設定

System.Classes.TStrings.GetTextStr

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function GetTextStr: string; virtual;

C++

virtual System::UnicodeString __fastcall GetTextStr(void);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TStrings


説明

Text プロパティの値を返します。

GetTextStr は、Text プロパティを読み取るための protected 実装です。 これは、リスト内のすべての文字列を、1 つの文字列にリストしたものを返します。個々の文字列は、Mac OS X オペレーティング システムでは復帰(#13)で、Windows オペレーティング システムでは復帰改行(#13#10)で区切られます。

関連項目

以前のバージョン
他の言語