DesignIntf.IComponentEditor.GetDesigner
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IComponentEditor | |
Delphi
function GetDesigner: IDesigner;
C++
virtual _di_IDesigner __fastcall GetDesigner() = 0 ;
Description
Returns the interface for the form designer.
GetDesigner returns the interface of the form designer. This interface is supplied to a component editor as a parameter to the constructor.