Navigation:  Interfaces (Technical API Reference) > General: WPDllInt + IWPMemo/IWPEditor > IWPMemo / IWPEditor > Methods > SetBProp >

Group 13 : Security Options.

Previous pageReturn to chapter overviewNext page

Group 13 : Security Options.

 

This flags allows it to avoid that the user copy or saves text from this editor.

 

usage: Memo.SetBProp(13, X, -1) to deactivate, Memo.SetBProp(13, X, 1) to activate.

 

1 : DontUseGlobalSettings - this editor should not use the global settings (group 14).

2 : Do not allow any paste operation

3 : Do not allwo any copy operation

4 : Do only allow copy and paste within the application, paste in other application is not possible. (The clipboard contents is encrypted with a dynamic password)

5 : Save dialogs and buttons are disabled.

6 : Load dialogs and buttons are disabled.

7 : Print dialogs and buttons are disabled.

100: Set flag 4, 5 and 6 and disable any subsequent change to this property.

 

If the second parameter id=-1 and the value =-1 the complete set of flags will be cleared.