DesignIntf.IHostForm.SetDesigner
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
procedure SetDesigner(const ADesigner: IInterface);
C++
virtual void __fastcall SetDesigner(const System::_di_IInterface ADesigner) = 0 ;
Description
Sets the designer of the form to the value indicated by the ADesigner
parameter.