summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc
blob: 42d98e3df858ade1c8e6b6a6d669b7571c370445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ Parsed from WebKit.framework DOMHTMLTableCaptionElement.h }


{$ifdef TYPES}
type
  DOMHTMLTableCaptionElementPtr = ^DOMHTMLTableCaptionElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLTableCaptionElement = objcclass external (DOMHTMLElement)
  public
    procedure setAlign(newValue: NSString); message 'setAlign:';
    function align: NSString; message 'align';
  end;
{$endif}