DesignIntf.IDesignObject.IsComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also