uniGUI fully supports creating controls at runtime. This advanced feature enables developers to dynamically create UI thanks to the Ext JS framework's capability of creating, inserting and deleting controls dynamically. There is no difference between creating a dynamic control in uniGUI and the VCL. You can simply create the control by assigning it an owner and a parent. However, in uniGUI, all controls should always be created with an owner. Also, in many cases, a parent should always be assigned to the control.