DesignIntf.IDesignObject.GetIsComponent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignObject |
Delphi
function GetIsComponent: Boolean;
C++
virtual bool __fastcall GetIsComponent() = 0 ;
Description
Determines whether the current instance of IDesignObject is a component.
It returns True if the current instance of IDesignObject is a TComponent object.
GetIsComponent is the getter method for the IsComponent property.