Class: cEdit_Mixin
Class Hierarchy:
cObjectMixincEdit_MixinMixins:
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)
Mouse_Down2(Integer iWindowNumber Integer iPosition)
currently there is no built in context menu support (old edit has one).
integerObject_Shadow_State()
OnChange()
OnMaxText()
Page(integer iState)
RequestAddToolTip()
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()
Called by Page_Object. Handles tooltip removal.
Set(integer iState)
Set(integer iItem integer iState)
Shadow_Display()