<< Click to display table of contents >> TRVDocumentProperty.IgnoreEscape |
Disallows processing of Escape key
property IgnoreEscape: Boolean;
This property controls loading document from TBlobField linked to this TRichViewEdit using LiveBindings (Delphi XE2+). This property is used only in TRichViewEdit (because TRichView does not save data to a database field).
By default, Escape cancels editing (the linked data are reset to the last saved version).
If you set this property to True, Escape will do nothing.
Default value:
False
See also: