IMetabasePolicy.CopyToClipboardAllowed

Syntax

CopyToClipboardAllowed: Boolean;

Description

The CopyToClipboardAllowed property determines whether it is possible to copy data into a clipboard and copy a screen.

Comments

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.

Example

The property use is given in the example for IMetabasePolicy.AllowUserQueries.

See also:

IMetabasePolicy