Links
EControl Form Designer Pro
TzFormDesigner.OnNotification Property

Occurs when components are added or removed to/from Root object at design mode.

property OnNotification: TNotificationEvent;

Write an OnNotification event handler to provide custom action when components are added or removed to/from Root object at design mode. 

 

The Sender parameter is the object whose event handler is called. 

The AnObject parameter is the TPersistent object that is being operated 

The Operation parameter specifies kind of operation applied to object

  • opInsert - object inserted
  • opRemove - object removed.
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!