[Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazhelpintf.pas line 94
type THelpNode = class(TPersistent) |
||
procedure Create(); |
|
|
public |
||
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: ; [rw] |
|
|
property HelpType: THelpNodeType; [rw] |
|
|
property URL: ; [rw] |
|
|
property ID: ; [rw] |
|
|
property Context: THelpContext; [rw] |
|
|
end; |
|
||
| | ||
TPersistent |
||
? | ||
TObject |