DesignIntf.IDesigner60.ShowMethod

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

procedure ShowMethod(const Name: string);

C++

virtual void __fastcall ShowMethod(const System::UnicodeString Name) = 0 ;

Description

Activates the code editor with the input cursor in a specified event handler.

Call ShowMethod to allow the user to edit the method specified by the Name parameter.

See Also