DOMHTMLMapElement.inc 401 B

12345678910111213141516171819
  1. { Parsed from WebKit.framework DOMHTMLMapElement.h }
  2. {$ifdef TYPES}
  3. type
  4. DOMHTMLMapElementPtr = ^DOMHTMLMapElement;
  5. {$endif}
  6. {$ifdef CLASSES}
  7. type
  8. DOMHTMLMapElement = objcclass external (DOMHTMLElement)
  9. public
  10. function areas: DOMHTMLCollection; message 'areas';
  11. procedure setName(newValue: NSString); message 'setName:';
  12. function name: NSString; message 'name';
  13. end;
  14. {$endif}