DesignIntf.IDesigner60.ShowMethod
[–] 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.