DesignIntf.IDesigner60.GetAncestorDesigner

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 GetAncestorDesigner: IDesigner;

C++

virtual _di_IDesigner __fastcall GetAncestorDesigner() = 0 ;

Description

Returns the value of the AncestorDesigner property.

GetAncestorDesigner is the read implementation of the AncestorDesigner property.

See Also