Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 961 Bytes

File metadata and controls

25 lines (15 loc) · 961 Bytes

HelpKeyword property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.3

property HelpKeyword: string;

Description

HelpKeyword contains a keyword keyword that determines which help topic appears when the user requests help. HelpKeyword has effect only if the following conditions are met:

  • The HelpType property is set to htKeyword.
  • The dialog's help button is displayed, enabled and is clicked.
  • The F1 key is pressed and the Options property does not include boContextHelp.

If HelpKeyword is set to the default value of the empty string, and HelpType = htKeyword then any help button that is displayed is disabled.

Note: This property is only available when the unit is compiled with Delphi 6 or later.