blob: 3873518eed60264007977ae1823eed999ef52a4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ Parsed from WebKit.framework DOMHTMLHeadElement.h }
{$ifdef TYPES}
type
DOMHTMLHeadElementPtr = ^DOMHTMLHeadElement;
{$endif}
{$ifdef CLASSES}
type
DOMHTMLHeadElement = objcclass external (DOMHTMLElement)
public
procedure setProfile(newValue: NSString); message 'setProfile:';
function profile: NSString; message 'profile';
end;
{$endif}
|