Delphi
function Get(Index: Integer): Pointer;
C++
void * __fastcall Get(int Index);
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Classes.pas System.Classes.hpp |
System.Classes | TList |
リストにあるインデックスを指定された項目を返します。
Get メソッドは、Items プロパティの取得メソッドです。