> I need to know when the following happen:
> 
> Design Time:
> 
> - When a component is dropped onto a form Notification( OpInsert,
> Component ) 
> - When a component is removed from a form Notification( OpRemove,
> COmponent )
> - When a component is resized - overide the Setter properties for
> width/height 
> 
> Run Time:
> 
> - When a component is set visible or hidden (overide the setter method for
> visible for each component) or listen for a windows message
> WM_PARENTNOTIFY or WM_SHOWWINDOW may be the appropriate message.This is
> sent to the parent of a child control - see the createwindow win32 help -
> but the message can be optional)
> 
> I need to do this for all the components on the form so this has to be
> done
> via some notification process. Any pointers, FAQ's etc would be
> appreciated.
> 
> TIA
> 
> --Donovan
> Donovan J. Edye [www.edye.wattle.id.au]
> Namadgi Systems, Delphi Developer
> Web: www.namsys.com.au
> E-Mail: [EMAIL PROTECTED]
> Voice: +61 2 6285-3460
> Fax: +61 2 6285-3459
> TVisualBasic := Class(None);
> 
> 
> --------------------------------------------------------------------------
> -
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to