DesignIntf.IDesignObject.IsComponent
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignObject | |
Delphi
property IsComponent: Boolean read GetIsComponent;
C++
__property bool IsComponent = {read=GetIsComponent};
Description
Determines whether the current design object (IDesignObject) represents a component.