Board index » delphi » Talking to MDI Children
Alan Taylor
![]() Delphi Developer |
Sat, 19 Jun 1999 03:00:00 GMT
Talking to MDI ChildrenI'm currently writing an MDI application and need to set up some kind of The problem is that all the child windows are different types, such as if ActiveMDIChild is TfrmClientBrowse then if ActiveMDIChild is TfrmUserMaint then I can't help thinking that there must be a better way. Is it possible to do this via Messaging? If so, does anyone have any TIA and a happy new year, |