We are using a DLL to hold data-entry forms that are different for 
various customers.  The idea was to keep the main app identical.  
Everything works except.

We need these forms to be parented by notebook tabs or panels in the 
main app.  I can pass the windows handle which is assigned to 
WndParent.  However, how do I retrieve or pass reference to the 
control to be assigned to Parent.

ie

in createparams of form
  WndParent := passedHandle
  Parent    := controlreference
  
Looking at the VCL source, the form accesses properties from the 
Parent.  :-(
  

Rohit

======================================================================
CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
PH    (649) 489-2280 
FX    (649) 489-2290
email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
======================================================================
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to