DesignEditors.TComponentEditor.GetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesigner: IDesigner;

C++

Designintf::_di_IDesigner __fastcall GetDesigner();

Properties

Type Visibility Source Unit Parent
function public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TComponentEditor

Description

Returns the interface for the form designer.

GetDesigner is the read implementation for the Designer property.

See Also