RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentEditor.Create Constructor

Creates a new TBaseComponentEditor object.

Pascal
constructor Create(AComponent: TComponent; ADesigner: IDesigner); override;
C++
virtual __fastcall TComponentEditor(TComponent * AComponent, IDesigner ADesigner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!