deRemoveAppCapabilities
deRemoveAppCapabilities(t_viewType[ ?newFileg_newFile] [ ?openFileg_openFile] ) => t / nil
Description
Removes the required application capabilities from the specified view type.
Arguments
|
Name of the view type to which the g_newFile and g_openFile capabilities are to be removed. |
|
Value Returned
|
Application capabilites were removed from the specified view. |
|
Example
Removes newFile capability above cmd from the registered view type document.
(deRemoveAppCapabilities "document" ?newFile t)
Related Topics
Return to top