Unit 'LazHelpIntf' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

THelpDatabase.GetNodesForMessage

Creates or updates a list of help nodes matching the specified message.

Declaration

Source position: lazhelpintf.pas line 364

public function THelpDatabase.GetNodesForMessage(

  const AMessage: string;

  MessageParts: TStrings;

  var ListOfNodes: THelpNodeQueryList;

  var ErrMsg: string

):TShowHelpResult; virtual;