DesignIntf.IDesigner60.MethodExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MethodExists(const Name: string): Boolean;

C++

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

Properties

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

Description

Specifies whether the given method exists in the unit that contains the form.

It returns True if the method specified by Name exists, and False otherwise.

See Also