DesignIntf.IDesignObject.ComponentIndex

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

Delphi

property ComponentIndex: Integer read GetComponentIndex;

C++

__property int ComponentIndex = {read=GetComponentIndex};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject


説明

設計オブジェクトがコンポーネントの場合に、その設計オブジェクトのインデックスを判断します。

ComponentIndex を呼び出すと、設計オブジェクトがコンポーネントの場合に、所有されているコレクションからその位置を取得することができます。

関連項目