DesignIntf.IDesigner60.AncestorDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AncestorDesigner: IDesigner read GetAncestorDesigner;

C++

__property _di_IDesigner AncestorDesigner = {read=GetAncestorDesigner};

Properties

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

Description

Returns an interface to form designer's ancestor.

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

See Also