DesignIntf.IDesigner60.ShowMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowMethod(const Name: string);

C++

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

Properties

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

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