DesignIntf.IDesigner60.Resurrect
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesigner60 |
Delphi
procedure Resurrect;
C++
virtual void __fastcall Resurrect() = 0 ;
Description
The designer is becoming active after having been dormant.
You should not need to call the Resurrect method. It is used internally to restore the root object after the designer has been in a dormant state.