System.Classes.TCollection.FindItemID
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++)を返します。