indexing
description: "Edit control options (ECO) for the rich edit control."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_ECO_CONSTANTS
feature
Eco_autohscroll: INTEGER is 128
Eco_autovscroll: INTEGER is 64
Eco_autowordselection: INTEGER is 1
Eco_nohidesel: INTEGER is 256
Eco_readonly: INTEGER is 2048
Eco_savesel: INTEGER is 32768
Eco_selectionbar: INTEGER is 16777216
Eco_vertical: INTEGER is 4194304
Eco_wantreturn: INTEGER is 4096
Ecoop_and: INTEGER is 3
Ecoop_or: INTEGER is 2
Ecoop_set: INTEGER is 1
Ecoop_xor: INTEGER is 4
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_ECO_CONSTANTS