Vcl.ScreenTips.TAssociateItemList.Get

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

Delphi

function Get(const Idx: Integer): TAssociateItem;

C++

TAssociateItem* __fastcall Get(const int Idx);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAssociateItemList

説明

TAssociateItem をリストから取得します。

Get を使用すると、リストの Idx の位置にある TAssociateItem を取得してくることができます。

関連項目