DesignIntf.IDesigner60.MethodFromAncestor
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner60 | |
Delphi
function MethodFromAncestor(const Method: TMethod): Boolean;
C++
virtual bool __fastcall MethodFromAncestor(const System::TMethod &Method) = 0 ;
Description
Specifies whether a method is implemented in the parent class.
Returns True if the specified Method is implemented in the parent class and False otherwise.