Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type THelpNode = class(TPersistent)
![]() |
constructor Create(TheOwner: THelpDatabase; Node: THelpNode); |
![]() |
constructor Create(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string; TheContext: THelpContext); |
![]() |
constructor CreateURL(TheOwner: THelpDatabase; const TheTitle, TheURL: string); |
![]() |
constructor CreateID(TheOwner: THelpDatabase; const TheTitle, TheID: string); |
![]() |
constructor CreateURLID(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string); |
![]() |
constructor CreateContext(TheOwner: THelpDatabase; const TheTitle: string; TheContext: THelpContext); |
![]() |
constructor CreateURLContext(TheOwner: THelpDatabase; const TheTitle, TheURL: string; TheContext: THelpContext); |
![]() |
function URLValid: boolean; |
![]() |
function IDValid: boolean; |
![]() |
function ContextValid: boolean; |
![]() |
function AsString: string; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Owner: THelpDatabase read FOwner write FOwner; |
![]() |
property Title: string read FTitle write FTitle; |
![]() |
property HelpType: THelpNodeType read FHelpType write FHelpType; |
![]() |
property URL: string read FURL write FURL; |
![]() |
property ID: string read fID write fID; |
![]() |
property Context: THelpContext read FContext write FContext; |
![]() |
constructor Create(TheOwner: THelpDatabase; Node: THelpNode); |
![]() |
constructor Create(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string; TheContext: THelpContext); |
![]() |
constructor CreateURL(TheOwner: THelpDatabase; const TheTitle, TheURL: string); |
![]() |
constructor CreateID(TheOwner: THelpDatabase; const TheTitle, TheID: string); |
![]() |
constructor CreateURLID(TheOwner: THelpDatabase; const TheTitle, TheURL, TheID: string); |
![]() |
constructor CreateContext(TheOwner: THelpDatabase; const TheTitle: string; TheContext: THelpContext); |
![]() |
constructor CreateURLContext(TheOwner: THelpDatabase; const TheTitle, TheURL: string; TheContext: THelpContext); |
![]() |
function URLValid: boolean; |
![]() |
function IDValid: boolean; |
![]() |
function ContextValid: boolean; |
![]() |
function AsString: string; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Owner: THelpDatabase read FOwner write FOwner; |
![]() |
property Title: string read FTitle write FTitle; |
![]() |
property HelpType: THelpNodeType read FHelpType write FHelpType; |
![]() |
property URL: string read FURL write FURL; |
![]() |
property ID: string read fID write fID; |
![]() |
property Context: THelpContext read FContext write FContext; |