DesignIntf.IDesigner60.MethodExists

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

function MethodExists(const Name: string): Boolean;

C++

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

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