[fpc-devel] LocalReferenceFixup
    Martin Schreiber 
    mse00000 at gmail.com
       
    Fri Oct  8 13:41:39 CEST 2010
    
    
  
On Friday, 8. October 2010 11.16:44 José Mejuto wrote:
>
> Relationship
> ------------
>
>   Main    Second form      Datamodule
> +------+  +----------+    +---------------+
>
> |      |  | SQLQuery |+---> SQLConnection --+
> |
> |Button-->|        | ||   |               | |
>
> +------+  +--------+--+---> Transaction <---+
>                           +---------------+
>
> Creation order
> --------------
> 1) Create main form
 application.createform() or t*form.create()
> 2) Create data module
 application.createdatamodule();
> 3) Wait in main form for user input
> 4) Create second form
 application.createform() or t*form.create()
Such a scenario works in MSEgui.
    
    
More information about the fpc-devel
mailing list