[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

THelpNodeType

Enumerated type that identifies the method(s) available to locate a help topic.

Declaration

Source position: lazhelpintf.pas line 88

type THelpNodeType = (

  hntURLIDContext,

  

URL, ID, and Context are valid for the help node.

  hntURL,

  

Only the URL is valid for the help node.

  hntURLID,

  

URL and ID are valid for the help node.

  hntID,

  

Only ID is valid for the help node.

  hntContext,

  

Only Context is valid for the help node.

  hntURLContext

  

URL and Context are valid for the help node.

);

Description

THelpNodeType is an enumerated type which identifies the method(s) available to locate a topic in a help database. A help topic can be accessed buy ID (unique identifier), Help Context, or its URL (depending the content type for the help database). Each value inTHelpNodeType indicates the combination of access methods available for the help node.

THelpNodeType is the type used for the THelpNode.HelpType property. The value in HelpType is set based on the constructor used to create the help node class instance.

See also

THelpNode

  

.

THelpContext

THelpNode.HelpType

  

Type for the help node.


Version 3.2 Generated 2024-02-25 Home