DesignIntf.IHostForm.SetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDesigner(const ADesigner: IInterface);

C++

virtual void __fastcall SetDesigner(const System::_di_IInterface ADesigner) = 0 ;

Properties

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

Description

Sets the designer of the form to the value indicated by the ADesigner parameter.

See Also