DesignIntf.IDesigner60.IsDormant
Delphi
property IsDormant: Boolean read GetIsDormant;
C++
__property bool IsDormant = {read=GetIsDormant};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner60 |
Description
Indicates whether the current root object exists in the IDE, or is only available as a streamed-out memory image.
Component writers should not need to use the IsDormant property, which should always be false when property editors or component editors are up. IsDormant is used internally when loading and unloading packages.