phoOwner - cHtmlHelp
Owner of the Help file
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoOwner
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoOwner to HandleVariable |
| Write Access: | Set phoOwner to HandleVariable/Value |
Description
The phoOwner property contains the object-handle of your program's main window. This property needs to be set so that the HTML help window will know which program owns it (when that program closes, the helpfile will be automatically closed, too).
| Col 1 | Col 2 |
|---|---|
| Note: | Typically, you do not set this property explicitly, as it will try to set itself automatically by querying the main window of the application object. |