DesignIntf.IDesigner60.GetMethodName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetMethodName(const Method: TMethod): string;

C++

virtual System::UnicodeString __fastcall GetMethodName(const System::TMethod &Method) = 0 ;

Description

Returns the name of a specified event handler.

Call GetMethodName to obtain the name of an event handler given a pointer to it.

See Also