ParentWindow
Declaration Description See Also Example

Declaration

property ParentWindow : TWinControl;

Description

This property is used to define the control that is the parent of the Html Help window when using the DisplayTopic and DisplayContext methods. If you use the component to display a text popup this property defines the control that will be used to display the popup.

Example

HtmlHelpGateway1.ParentWindow := Button1;
HtmlHelpGateway1.PopupText('Click this button to add a new record');

See Also


©1997, HyperAct, Inc.