Class: Clear_Defaults_Mixin
Class Hierarchy:
cObjectMixinClear_Defaults_MixinClass Definition
Properties
IntegerRetain_No_Change_State
Defined for backwards compatability. If you don't like the new
behavior, set this property to false. This only effects retains.
Avoid using this if possible.
Functions and Procedures
Define_Clear_Defaults()
Entry_Clear(Integer fg1)
Entry_Clear_All(Integer fg1)
Augmented to do the same tricks as entry_Clear
Entry_Defaults()
Public Hook: Set Defaults after a clear. Should be augmented
Should NOT be sent.
Set(integer Item# String Val)
Set an item's value and item_changed_state. This just happens so often
that it is worth creating a message for
Set(integer Item# String Val)
Set an item's value and item_changed_state without changing the
object's changed_state. Good for setting defaults without triggering
a data-loss condition.