DesignIntf.TBaseComponentEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TBaseComponentEditor

Delphi

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

C++

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

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.