Group 17: EditOptionsEx2

[Top]  [Chapter]  [Previous]  [Next]

Group 2 : Options for Editing - also see "EditOptions" and "EditOptionsEx"

 

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

 

 

 0: wpDontAllowDragTextInFields - do not allow to drag text into merge fields

 1: wpDontAllowDragImagesInFields - do not allow to drag images into merge fields

 2: wpEnableDragFieldsInFields - do not allow to drag fields into merge fields. Default = on

 3: wpDisableDragDropInShowFieldsMode - if ShowFields is active, disable drag&drop into fields since the contents of the fields is not visible

 4: wpDisableDoubleclickSelectsMarker - do not select field marker on double click

 5: wpSuppressReplaceWordsMessage - when doing search&replace, do not show the message "x words replaced"

 6: wpAlwaysTriggerFieldFocusEvent - the events OnFieldEnter/OnFieldLeave will be triggered whehn not in formular mode

 

 7: wpRowMultiSelect, // In Table row multi select with CTRL

 8: wpDeleteAtEOFRemovesSpaceAfter, // DELETE in last line of text sets spaceafter to 0

 9: wpCellMultiSelect // In Table cell multi select with CTRL

 10: wpDisableSelectAll // SelectAll cannot be executed anymore. Thats useful when working with forms

 11: wpClearCellsOnDelete // when cells are selected in a table they will always be cleared and not deleted, unless all cells were selected.


[group_17_editoptionsex2.htm]    Copyright © 2007 by WPCubed GmbH