DesignIntf.IDesignObject.ComponentIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComponentIndex: Integer read GetComponentIndex;

C++

__property int ComponentIndex = {read=GetComponentIndex};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject

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.

See Also