[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: chmsitemap.pas line 80
type TChmSiteMapItem = class(TPersistent) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure AddName(); |
procedure AddLocal(); |
procedure AddSeeAlso(); |
procedure AddURL(); |
procedure AddType(); |
procedure Sort(); |
published |
property Children: TChmSiteMapItems; [rw] |
property Name: string; [rw] |
property ImageNumber: Integer; [rw] |
property IncreaseImageIndex: Boolean; [rw] |
property Comment: string; [rw] |
property Owner: TChmSiteMapItems; [r] |
property Keyword: string; [r] |
property Local: string; [r] |
property Text: string; [rw] |
property SeeAlso: string; [r] |
property FrameName: string; [rw] |
property WindowName: string; [rw] |
property Merge: string; [rw] |
property SubItem []: TChmSiteMapSubItem; [r] |
property SubItemcount: Integer; [r] |
end; |
| |
TObject |