TTMSFNCDataBinderControlValueMonitor Class
Manages the live-binding control-value observer for a data binder item, activating and deactivating value-change tracking.
API unit family: TMSFNCDataBinding
Syntax
TTMSFNCDataBinderControlValueMonitor = class
Properties
| Name | Description |
|---|---|
| Active | When True, the control-value observer is currently attached and tracking changes. |
| Observer | The underlying live-binding control-value observer managed by this monitor. |
Methods
| Name | Description |
|---|---|
| StartMonitoring | Attaches the control-value observer to the bound control and activates value-change tracking. |
| StopMonitoring | Detaches the control-value observer from the bound control and deactivates value-change tracking. |