DesignIntf.IDesigner60.MethodFromAncestor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MethodFromAncestor(const Method: TMethod): Boolean;

C++

virtual bool __fastcall MethodFromAncestor(const System::TMethod &Method) = 0 ;

Properties

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

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.