DesignIntf.IDesignObject.ComponentIndex
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignObject |
Delphi
property ComponentIndex: Integer read GetComponentIndex;
C++
__property int ComponentIndex = {read=GetComponentIndex};
Description
Determines the index of the design object, if the design object is a component.
Call ComponentIndex to obtain the position of the design object, if the design object is a component, from the collection where it is owned.