CopyToClipboardAllowed: Boolean;
CopyToClipboardAllowed: System.Boolean;
The CopyToClipboardAllowed property determines whether it is possible to copy data into a clipboard and copy a screen.
By default the property is set to True, and the clipboard can be used on working with the platform. If it is set to False, then on working in 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: