Group 14 : Global Security Options.
usage: Memo.SetBProp(13, X, -1) to deactivate, Memo.SetBProp(13, X, 1) to activate.
This flags allow it to avoid that the user copy or saves text from all TextDynamic editors.
1 : not used
2 : Do not allow any paste operation
3 : Do not allow 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.
You can also use Command(WPDLL_COM_PROTECTEDTEXT=9119) to apply the global flags:
WPDLLInt1.Command(9119,100,0)
If the second parameter id=-1 and the value =-1 the complete set of flags will be cleared.
.