Lazarus creates the forms and their content with pascal-generated code, as well in the design phase as when the program executes. The only difference is that when running in the design phase the component's code sees the "designing" flag set. It's just the same (pascal) code that runs. So there is not that much difference between the visual components' definition in the code designer and the running program.
-Michael -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
