DesignIntf.IDesigner60.IsDormant

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

property IsDormant: Boolean read GetIsDormant;

C++

__property bool IsDormant = {read=GetIsDormant};

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.

See Also