MapLockedMapLocked
-
Prevent new entries being added to a KeyMap?
- Description:
- If this boolean attribute is set to
a non-zero value,
an error will be reported if an attempt is made to add a new entry
to the KeyMapKeyMap. Note, the value associated with any existing entries
can still be changed, but no new entries can be stored in the KeyMap.
The default value
(zero)
allows new entries to be added to the KeyMap.
- Type:
- Integer (boolean).
- Class Applicability:
-
KeyMap
-
All KeyMaps have this attribute.
- Notes:
- When setting a new value for MapLocked, the supplied value is
propagated to any KeyMaps contained within the supplied KeyMap.
- When clearing the MapLocked attribute, the attribute is also
cleared in any KeyMaps contained within the supplied KeyMap.