DesignIntf.IDesigner60.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Edit(const Component: TComponent);

C++

virtual void __fastcall Edit(System::Classes::TComponent* const Component) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

Description

Displays the component editor for the specified component.

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

See Also