DesignIntf.IComponentEditor.GetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesigner: IDesigner;

C++

virtual _di_IDesigner __fastcall GetDesigner() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentEditor

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.

See Also