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

THelpNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazhelpintf.pas line 97

type THelpNode = class(TPersistent)

public

  constructor Create();

  

  constructor CreateURL();

  

  constructor CreateID();

  

  constructor CreateURLID();

  

  constructor CreateContext();

  

  constructor CreateURLContext();

  

  property Owner: THelpDatabase; [rw]

  

  function URLValid;

  

  function IDValid;

  

  function ContextValid;

  

  function AsString;

  

  procedure Assign(); override;

  

published

  property Title: string; [rw]

  

  property HelpType: THelpNodeType; [rw]

  

  property URL: string; [rw]

  

  property ID: string; [rw]

  

  property Context: THelpContext; [rw]

  

end;

Inheritance

THelpNode

  

|

TObject



CT Web help

CodeTyphon Studio