DesignIntf.IDesigner60.AncestorDesigner

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AncestorDesigner: IDesigner read GetAncestorDesigner;

C++

__property _di_IDesigner AncestorDesigner = {read=GetAncestorDesigner};

Description

Returns an interface to form designer's ancestor.

Use AncestorDesigner to access the ancestor interface for the form designer.

See Also