Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 941 Bytes

File metadata and controls

26 lines (16 loc) · 941 Bytes

HelpContext property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.0

type
  THelpContext = -MaxLongInt..MaxLongInt;

property HelpContext: THelpContext;

Description

This property contains an integer value that determines which help topic appears when the user requests help. HelpContext has effect only if the following conditions are met:

  • The HelpType [~>2.3] property is set to htContext. (Delphi 6 and later only).
  • The dialog's help button is displayed, enabled and is clicked.
  • The F1 key if pressed and the Options property does not include boContextHelp.

If HelpContext is set to the default value of 0, and HelpType = htContext then any help button that is displayed is disabled.