DesignIntf.IDesigner60.AncestorDesigner
| [–] 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.