Klasse THelpNode

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type THelpNode = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: THelpDatabase; Node: THelpNode);
Public constructor Create(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string; TheContext: THelpContext);
Public constructor CreateURL(TheOwner: THelpDatabase; const TheTitle, TheURL: string);
Public constructor CreateID(TheOwner: THelpDatabase; const TheTitle, TheID: string);
Public constructor CreateURLID(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string);
Public constructor CreateContext(TheOwner: THelpDatabase; const TheTitle: string; TheContext: THelpContext);
Public constructor CreateURLContext(TheOwner: THelpDatabase; const TheTitle, TheURL: string; TheContext: THelpContext);
Public function URLValid: boolean;
Public function IDValid: boolean;
Public function ContextValid: boolean;
Public function AsString: string;
Public procedure Assign(Source: TPersistent); override;

Eigenschaften

Public property Owner: THelpDatabase read FOwner write FOwner;
Published property Title: string read FTitle write FTitle;
Published property HelpType: THelpNodeType read FHelpType write FHelpType;
Published property URL: string read FURL write FURL;
Published property ID: string read fID write fID;
Published property Context: THelpContext read FContext write FContext;

Beschreibung

Methoden

Public constructor Create(TheOwner: THelpDatabase; Node: THelpNode);
 
Public constructor Create(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string; TheContext: THelpContext);
 
Public constructor CreateURL(TheOwner: THelpDatabase; const TheTitle, TheURL: string);
 
Public constructor CreateID(TheOwner: THelpDatabase; const TheTitle, TheID: string);
 
Public constructor CreateURLID(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string);
 
Public constructor CreateContext(TheOwner: THelpDatabase; const TheTitle: string; TheContext: THelpContext);
 
Public constructor CreateURLContext(TheOwner: THelpDatabase; const TheTitle, TheURL: string; TheContext: THelpContext);
 
Public function URLValid: boolean;
 
Public function IDValid: boolean;
 
Public function ContextValid: boolean;
 
Public function AsString: string;
 
Public procedure Assign(Source: TPersistent); override;
 

Eigenschaften

Public property Owner: THelpDatabase read FOwner write FOwner;
 
Published property Title: string read FTitle write FTitle;
 
Published property HelpType: THelpNodeType read FHelpType write FHelpType;
 
Published property URL: string read FURL write FURL;
 
Published property ID: string read fID write fID;
 
Published property Context: THelpContext read FContext write FContext;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:00