Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 906 Bytes

File metadata and controls

24 lines (14 loc) · 906 Bytes

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.