[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dom.pp line 325
type TDOMNodeList = class(TObject) |
protected |
FRevision: Integer; |
FList: TFPList; |
function GetCount; |
function GetItem(); |
function NodeFilter(); virtual; |
procedure BuildList; virtual; |
public |
constructor Create(); |
destructor Destroy; override; |
property Count: LongWord; [r] |
property Length: LongWord; [r] |
end; |
| |
TObject |