DesignIntf.IComponentEditor.GetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also