DesignIntf.IDesignObject.IsComponent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsComponent: Boolean read GetIsComponent;

C++

__property bool IsComponent = {read=GetIsComponent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject


Beschreibung

Legt fest, ob das aktuelle Designobjekt (IDesignObject) eine Komponente repräsentiert.

Siehe auch