Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

HelpType property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.3

type
  THelpType = (htKeyword, htContext);

property HelpType: THelpType;

Description

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.