REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetItem
Delphi
function GetItem(AIndex: integer): TExtrasItem;
C++
HIDESBASE TCustomBackendPush::TExtrasItem* __fastcall GetItem(int AIndex);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TExtrasCollection |
説明
コレクション内の指定された項目を返します。
REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetItem は System.Classes.TCollection.GetItem を継承しています。以下の内容はすべて System.Classes.TCollection.GetItem を参照しています。
コレクション内の指定された項目を返します。
GetItem メソッドは,Items プロパティの読み取りプロテクトメソッドです。