DesignIntf.IDesigner60.Resurrect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resurrect;

C++

virtual void __fastcall Resurrect() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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