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