Table of Contents

TTMSFNCDataBinderNotificationType Enumeration

Identifies the type of notification sent to data-binder observers when the binding state changes.

API unit family: TMSFNCDataBinding

Members

Name Description
dbntUpdate A data update has occurred; bound properties should be refreshed.
dbntEdit The dataset has entered edit mode.
dbntPost The current record has been posted.
dbntValueChanged A bound control's value has changed and should be written back to the field.
dbntSetActiveRecord The active record pointer has moved.