DesignIntf.IDesignObject.GetIsComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsComponent: Boolean;

C++

virtual bool __fastcall GetIsComponent() = 0 ;

Properties

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

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.

See Also