Construct_Object()
- boolean
pbBindValueIf set true, then the control will attempt to bind the value property in the object to the
comValue in the control. It will try to keep these values in synch at all times. This allows a
control to be used as a Form style value control. the default is true. Even when true if the
get/set ComValue methods are not set up to do anything, this will do nothing.
- Boolean
pbPrivateControlChanginginternal: set true object is notified that the OCX value has changed.
- Boolean
pbPrivateControlRefreshClass sets this true when making a local (externally triggered) change. This is
set when a Set Value change is made to prevent recursion
- Boolean
pbPrivateItem_Changed_Stateadded to eumlate a single item form support
- String
psPrivateValueThis keeps track of value, even when control is not created
RegisterComEvents()
It is expected that the Com class will augment this with useful event definitions
- integer
Item_Count()
added to eumlate a single item form support
Set(integer iItem integer iState)
added to eumlate a single item form support
- integer
Item_Changed_State(integer iItem)
Shadow_Display()
augment to set the label's appearance
set(integer iItem string sVal)
Created to simulate get/Set value.
- string
Value(integer iItem)
OnChange()
Set(string sVal)
It is expected that the sub-class will provide functionality
for these messages. This gets and sets the value of the actual
window control. These should only be used to synchronize the window
control and the DF side. Do not use for any other purpose.
- String
ControlValue()
OnCreate()
- Boolean
IsComObjectCreated()
returns true if the control is created.
- Variant
vComObject
OnRefreshControl(string sVal)
Notification that the control's value has been changed
externally by the program (via set value). Use to synchronize
OCX control value.
- Boolean
bOld
OnControlValueChanged()
notification that the control has changed its value. Used to
synchronize the object with the change.
- String
sVal - Boolean
bOld
Delete_Data()