DesignIntf.IHostForm.DeinitializeDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeinitializeDesigner(ARoot: TComponent);

C++

virtual void __fastcall DeinitializeDesigner(System::Classes::TComponent* ARoot) = 0 ;

Properties

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

Description

Frees the Designer associated with the form. It frees the Designer associated with the current form and replaces the reference with nil.

See Also