DOMHTMLDirectoryElement.inc 381 B

123456789101112131415161718
  1. { Parsed from WebKit.framework DOMHTMLDirectoryElement.h }
  2. {$ifdef TYPES}
  3. type
  4. DOMHTMLDirectoryElementPtr = ^DOMHTMLDirectoryElement;
  5. {$endif}
  6. {$ifdef CLASSES}
  7. type
  8. DOMHTMLDirectoryElement = objcclass external (DOMHTMLElement)
  9. public
  10. procedure setCompact(newValue: ObjCBOOL); message 'setCompact:';
  11. function compact: ObjCBOOL; message 'compact';
  12. end;
  13. {$endif}