- Construct_Object()
- booleanpbBindValue
If 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.
- BooleanpbPrivateControlChanging
internal: set true object is notified that the OCX value has changed.
- BooleanpbPrivateControlRefresh
Class sets this true when making a local (externally triggered) change. This is
set when a Set Value change is made to prevent recursion
- BooleanpbPrivateItem_Changed_State
added to eumlate a single item form support
- StringpsPrivateValue
This 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
- integerItem_Count()
added to eumlate a single item form support
- Set(integer iItem integer iState)
added to eumlate a single item form support
- integerItem_Changed_State(integer iItem)
- Shadow_Display()
augment to set the label's appearance
- set(integer iItem string sVal)
Created to simulate get/Set value.
- stringValue(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.
- StringControlValue()
- OnCreate()
- BooleanIsComObjectCreated()
returns true if the control is created.
- VariantvComObject
- 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.
- BooleanbOld
- OnControlValueChanged()
notification that the control has changed its value. Used to
synchronize the object with the change.
- StringsVal
- BooleanbOld
- Delete_Data()