DesignIntf.IDesigner60.GetMethodName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetMethodName(const Method: TMethod): string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

Description

Renvoie le nom d'un gestionnaire d'événements spécifié.

Appelez GetMethodName pour obtenir le nom d'un événement d'un gestionnaire d'événements auquel on a donné un pointeur.

Voir aussi