Click or drag to resize

Control.ValueChanged Property

X#
A logical value representing whether the control's Value has been changed from its prior setting.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ValueChanged AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A logical value representing whether the control's Value has been changed from its prior setting.
Remarks
A logical value representing whether the control's Value has been changed from its prior setting. TRUE indicates that it has been changed from its prior setting, while FALSE indicates it has not. The Control:ValueChanged access is especially useful when the control is bound to a field in a server, since it is reset to FALSE each time you move to a new record. It is set to TRUE if you have changed from the original data value.
See Also