Vcl.ScreenTips.TAssociateItemList.Get
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 を取得してくることができます。