DekGenius.com
[ Team LiB ] Previous Section Next Section

NSDeleteCommand Mac OS X 10.0

Instances of this class delete the indicated object or objects. This class is used in Cocoa's implementation of built-in AppleScript support, and as such clients should not need to access instances of this class directly.

figs/cocn_1328.gif

@interface NSDeleteCommand : NSScriptCommand
 // Accessor Methods
   - (void)setReceiversSpecifier:(NSScriptObjectSpecifier *)receiversRef;
 // Instance Methods
   - (NSScriptObjectSpecifier *)keySpecifier;

    [ Team LiB ] Previous Section Next Section