DesignEditors.TComponentEditor.GetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TComponentEditor

Delphi

function GetDesigner: IDesigner;

C++

Designintf::_di_IDesigner __fastcall GetDesigner();

Description

Returns the interface for the form designer.

GetDesigner is the read implementation for the Designer property.

See Also