DesignIntf.IDesigner60.GetAncestorDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAncestorDesigner: IDesigner;

C++

virtual _di_IDesigner __fastcall GetAncestorDesigner() = 0 ;

Properties

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

Description

Returns the value of the AncestorDesigner property.

GetAncestorDesigner is the read implementation of the AncestorDesigner property.

See Also