[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: chmsitemap.pas line 126
type TChmSiteMapItems = class(TPersistent) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Delete(); |
function Add(); |
function NewItem; |
function Insert(); |
procedure Clear; |
procedure Sort(); |
property Item []: TChmSiteMapItem; [rw] |
property Count: Integer; [r] |
property ParentItem: TChmSiteMapItem; [r] |
property Owner: TChmSiteMap; [r] |
property InternalData: Dword; [rw] |
property ParentName: string; [r] |
end; |
| |
TObject |