[scriptable, uuid(53c854fc-33f9-4647-b045-46d7ab06a6f1)]
Attributes
Methods
Creates a copy of the data transfer object, for the given event type and user cancelled flag.
Remove the data associated with the given format for an item at the specified index. The index is in the range from zero to itemCount - 1. If the last format for the item is removed, the entire item is removed, reducing the itemCount by one. If format is empty, then the data associated with all formats is removed. If the format is not found, then this method has no effect. @param format the format to remove @throws NS_ERROR_DOM_INDEX_SIZE_ERR if index is greater or equal than itemCount @throws NO_MODIFICATION_ALLOWED_ERR if the item cannot be modified
Retrieve the data associated with the given format for an item at the specified index, or null if it does not exist. The index should be in the range from zero to itemCount - 1. @param format the format of the data to look up @returns the data of the given format, or null if it doesn't exist. @throws NS_ERROR_DOM_INDEX_SIZE_ERR if index is greater or equal than itemCount
Holds a list of the format types of the data that is stored for an item at the specified index. If the index is not in the range from 0 to itemCount - 1, an empty string list is returned.
Compare to:
