Class: cEdit_Mixin

Module location: cEdit_mixin.pkg line 17 (view source)

Class Hierarchy:

cObjectMixincEdit_Mixin

Mixins:

Dflabel_Mixin, Shadow_Mixin, Standard_Object_Mixin, ToolTip_Support_Mixin,

Class Definition

Properties

booleanChanged_State
IntegerFloating_Menu_Object
IntegerpbSuppressChange
integerpiPriorEnabledColor
private, used by shadow_display

Functions and Procedures

AppendTextLn(string sText)
Command(Integer wParam Integer lParam)
Define_cEdit_Mixin()
Delete_Data()
Some messages trigger the command message with a change event. In some circumstances we must suppress this. The delete_data message and the page message both do this.
Enable_Window(integer iState)
enables or disables an active window. Allows enabled_state to be used after object is paged
integerItem_Shadow_State(integer iItem)
Inherited from Shadow_Mixin
Mouse_Down2(Integer iWindowNumber Integer iPosition)
currently there is no built in context menu support (old edit has one).
integerObject_Shadow_State()
Inherited from Shadow_Mixin
OnChange()
OnMaxText()
Page(integer iState)
RequestAddToolTip()
Inherited from DFLabel_Mixin
Called by Page_Object. Handles tooltip creation. We use a dedicated method to perform AddToolTip because it is often the case that Page_Object is implemented in a mixin class.
RequestDeleteToolTip()
Inherited from DFLabel_Mixin
Called by Page_Object. Handles tooltip removal.
Set(integer iState)
Inherited from ToolTip_Support_Mixin
Set(integer iItem integer iState)
Inherited from ToolTip_Support_Mixin
Shadow_Display()
Inherited from Shadow_Mixin