Important: The information in this document is obsolete and should not be used for new development.
AEDeleteParam
You can use theAEDeleteParam
function to delete an Apple event parameter.
FUNCTION AEDeleteParam (theAppleEvent: AppleEvent; theAEKeyword: AEKeyword): OSErr;
theAppleEvent
- The Apple event containing the parameter to be deleted.
theAEKeyword
- The keyword that specifies the parameter to be deleted.
RESULT CODES
noErr 0 No error errAEDescNotFound -1701 Descriptor record was not found errAENotAEDesc -1704 Not a valid descriptor record errAEBadListItem -1705 Operation involving a list item failed