System.Classes.TCollection.FindItemID

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

Delphi

function FindItemID(ID: Integer): TCollectionItem;

C++

TCollectionItem* __fastcall FindItemID(int ID);

プロパティ

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

説明

指定した ID を持つ項目を返します。

FindItemID メソッドは,ID プロパティがパラメータとして渡されたコレクション内の項目を返します。指定した ID を持つ項目がない場合,FindItemID は nil (Delphi)または NULL (C++)を返します。

関連項目