DesignIntf.TBaseComponentEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AComponent: TComponent; ADesigner: IDesigner); virtual;

C++

__fastcall virtual TBaseComponentEditor(System::Classes::TComponent* AComponent, _di_IDesigner ADesigner);

Properties

Type Visibility Source Unit Parent
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TBaseComponentEditor

Description

Creates a new TBaseComponentEditor object.

Do not create instances of a component editor. Registered component editors are created automatically for selected objects in the form designer.

AComponent is the instance of the component for which the editor is created.

ADesigner is an interface that the component editor can use to interact with the forms designer.