property Enabled: Boolean
Used for enabling and disabling TNotifyEvents objects.
At times it can be useful to temporarily turn an TNotifyEvents object off while making changes to the owner. When the changes are complete, turn the TNotifyEvents object on again and call the method Call. This prevents the TNotifyEvents object from firing off events until the changes are complete, by which time the events are fired off once.
eg. In owner object: