CopyToClipboardAllowed: Boolean;
The CopyToClipboardAllowed property determines whether it is possible to copy data into a clipboard and copy a screen.
The property is set to True by default, and the clipboard can be used to work with the platform. If the property is set to False, on working with the platform, data copying and the Print Screen button to copy screen is unavailable.
The property use is given in the example for IMetabasePolicy.AllowUserQueries.
See also: