RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.IsDormant Property

Indicates whether the current root object exists in the IDE, or is only available as a streamed-out memory image.

Pascal
property IsDormant: Boolean;
C++
__property Boolean IsDormant;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!