<< Click to display table of contents >> TDBRichViewEdit.IgnoreEscape |
Disallows processing of Escape key
property IgnoreEscape: Boolean;
(introduced in version 1.8)
By default, Escape cancels editing in TDBRichViewEdit.
If you set this property to True, Escape will do nothing.
Default value:
False
See also:
▪TRichViewEdit.Document.IgnoreEscape (for LiveBindings)