DesignIntf.IDesignObject.IsComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsComponent: Boolean read GetIsComponent;

C++

__property bool IsComponent = {read=GetIsComponent};

Properties

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

Description

Determines whether the current design object (IDesignObject) represents a component.

See Also