DesignIntf.IDesigner60.GetMethodName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethodName(const Method: TMethod): string;

C++

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

Properties

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

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