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

THelpNode.Create

Declaration

Source position: lazhelpintf.pas line 103

public constructor THelpNode.Create(

  TheOwner: THelpDatabase;

  Node: THelpNode

);

constructor THelpNode.Create(

  TheOwner: THelpDatabase;

  const TheTitle: string;

  const TheURL: string;

  const TheID: string;

  TheContext: THelpContext

);