RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentEditor.Create Constructor

Instantiates a component editor.

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

Do not create instances of TComponentEditor. The form designer creates component editor instances for a selected component. 

AComponent is the selected component on which the editor will operate.  

ADesigner is the form designer's interface, which can be used to obtain information about the components and methods in the designer and to create or manipulate components and methods. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!