You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
11 lines
254 B
PHP
11 lines
254 B
PHP
type
|
|
|
|
nsIDOMNodeList = interface(nsISupports)
|
|
['{a6cf907d-15b3-11d2-932e-00805f8add32}']
|
|
function item(index: idlulong) : nsIDOMNode; safecall;
|
|
function Getlength(): idlulong; safecall;
|
|
property length : idlulong read Getlength;
|
|
|
|
end;
|
|
|