Project: Shell Folders Unit.
Unit: PJShellFolders.
Class: TPJBrowseDialog
Applies to: ~>2.3
type
THelpType = (htKeyword, htContext);
property HelpType: THelpType;This property determines whether the HelpContext or HelpKeyword properties are used to identify the associated help topic.
When HelpType = htKeyword, the HelpKeyword property is used and HelpContext is ignored. Conversely when HelpType = htContext, HelpContext is used and HelpKeyword is ignored.
Note: This property is only available when the unit is compiled with Delphi 6 or later.