DesignIntf.IDesigner60.MethodExists

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function MethodExists(const Name: string): Boolean;

C++

virtual bool __fastcall MethodExists(const System::UnicodeString Name) = 0 ;

Propriétés

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


Description

Spécifie si la méthode donnée existe dans l'unité qui contient la fiche.

Elle renvoie True si la méthode spécifiée par Name existe, et False sinon.

Voir aussi