RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.Edit Method

Displays the component editor for the specified component.

Pascal
procedure Edit(const Component: TComponent);
C++
__fastcall Edit(const TComponent * Component);

Call Edit to display the component editor for the component specified by Component. Passing nil (Delphi) or NULL (C++) displays the Form editor. 

 

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