deAddAppCapabilities
deAddAppCapabilities(t_viewType[ ?newFileg_newFile] [ ?openFileg_openFile] ) => t / nil
Description
Adds the required application capabilities to the specified view type.
Arguments
|
View type to which the specified capabilities are to be added. |
|
Value Returned
Example
Adds openFile capability to the registered view type document.
(deAddAppCapabilities "document" ?openFile t)
Related Topics
Return to top