[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: chmsitemap.pas line 59
type TChmSiteMapSubItem = class(TPersistent) |
public |
constructor Create(); |
destructor Destroy; override; |
published |
property Name: string; [rw] |
property ItemType: string; [rw] |
property Local: string; [rw] |
property URL: string; [rw] |
property SeeAlso: string; [rw] |
end; |
| |
TObject |