PDFActionResetForm.inc 723 B

12345678910111213141516171819202122232425
  1. { Parsed from PDFKit.framework PDFActionResetForm.h }
  2. {$ifdef TYPES}
  3. type
  4. PDFActionResetFormPtr = ^PDFActionResetForm;
  5. {$endif}
  6. {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
  7. {$ifdef CLASSES}
  8. type
  9. PDFActionResetForm = objcclass external (PDFAction, NSCopyingProtocol)
  10. private
  11. _pdfPriv2: PDFActionResetFormPrivateVars;
  12. public
  13. function init: id; message 'init';
  14. function fields: NSArray; message 'fields';
  15. procedure setFields (fields_: NSArray); message 'setFields:';
  16. function fieldsIncludedAreCleared: ObjCBOOL; message 'fieldsIncludedAreCleared';
  17. procedure setFieldsIncludedAreCleared (include: ObjCBOOL); message 'setFieldsIncludedAreCleared:';
  18. end;
  19. {$endif}
  20. {$endif}