API:REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.GetItem

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

Delphi

function GetItem(AIndex: integer): TUserDetailsItem;

C++

HIDESBASE TCustomBackendAuth::TUserDetailsItem* __fastcall GetItem(int AIndex);

プロパティ

種類 可視性 ソース ユニット
function protected
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TUserDetailsCollection

説明

コレクション内の指定された項目を返します。

REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.GetItem は System.Classes.TCollection.GetItem を継承しています。以下の内容はすべて System.Classes.TCollection.GetItem を参照しています。

コレクション内の指定された項目を返します。

GetItem メソッドは,Items プロパティの読み取りプロテクトメソッドです。

関連項目