Table of Contents

TTMSFNCDataBinderNotificationManager.Notify Method

Dispatches a notification of the given type to all registered subscribers.

API unit family: TMSFNCDataBinding Declaring type: TTMSFNCDataBinderNotificationManager

Syntax

procedure Notify(AObject: TObject; AType: TTMSFNCDataBinderNotificationType); reintroduce; virtual;

Parameters

Name Description
AObject The object that triggered the notification.
AType The kind of change being reported to subscribers.