Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from WebKit.framework DOMAbstractView.h }
{$ifdef TYPES}
type
DOMAbstractViewPtr = ^DOMAbstractView;
{$endif}
{$ifdef CLASSES}
type
DOMAbstractView = objcclass external (DOMObject)
public
function document: DOMDocument; message 'document';
end;
{$endif}