System.Classes.TList.Get

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

Delphi

function Get(Index: NativeInt): Pointer;

C++

void * __fastcall Get(System::NativeInt Index);

プロパティ

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

説明

リストにあるインデックスを指定された項目を返します。

Get メソッドは、Items プロパティの取得メソッドです。

関連項目