DesignIntf.IDesigner60.ShowMethod

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ShowMethod(const Name: string);

C++

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

Propriétés

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

Description

Active l'éditeur de code avec le curseur d'entrées dans un gestionnaire d'événements spécifié.

Appelez ShowMethod pour permettre à l'utilisateur d'éditer la méthode spécifiée par le paramètre Name.

Voir aussi