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