DesignIntf.IDesigner60.Resurrect

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also