Files
lazarus-ccr/components/geckoport/version2/gecko10/nsidomtext.inc

10 lines
230 B
PHP
Raw Normal View History

type
nsIDOMText = interface(nsIDOMCharacterData)
['{437ed60c-febd-4bd0-892f-cf358adc3c96}']
function splitText(offset: idlulong) : nsIDOMText; safecall;
procedure GetwholeText( result_: DOMString); safecall;
end;