Something I'm desperately interested in now since trying your software out for a couple of minutes (it is excellent), is the ability to, using simple methods similar to VB, add objects during runtime.
I.e so that you can decide that a certain image/button is part of an array, and then very easily delete and add objects in that array. Would simplify at least my coding extremely much, but I would guess that also other people here would be glad to see this.
This could also shorten down the code of the resulting generated code, since now the generated code repeats the same functions and statements over and over again for each control it adds.
FF_Add_Object(@pointerofobjectarray, typeofcontrol,etc etc)
FF_Del_Object
Possibly with stylesettings directly in the add-statement using a type predefined by you or something. I'm a pretty fresh coder so excuse me if I'm not making sense every here and there, but I'm sure you get the point.