
vclua.luaforge.net
VCLua v0VCLua v0.3.2. Control = VCL.ControlName(parent,name). Form = VCL.Form(). Creates a new, randomly named form, which is descendant of the mainform. If mainform not exists, this form will be the mainform. Button = VCL.Button(form). The abowe example shows, how to create a button as child control on a form as parent. Control.propertyname = value. To set more properties concurrently:. Control. = {width=100, height=100, caption=Test form}. The control event is the name of the lua function (not the function!
http://vclua.luaforge.net/