System.Classes.TStringList.Get

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

Delphi

function Get(Index: Integer): string; override;

C++

virtual System::UnicodeString __fastcall Get(int Index);

プロパティ

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

説明

インデックスで指定された文字列を返します。

Get メソッドは、指定された Index の文字列を返すために使用されます。

関連項目