System.Classes.TStringList.Get
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
の文字列を返すために使用されます。