Windows and forms The section describes the concept of windows and forms in the language. Understanding windows and formsThis is an introduction to Genero windows and forms.The window conceptWindows are containers for .42f forms.The form conceptForms define the layout and presentation of areas used by the dialogs, to display or input data.Position and size of a windowWindow objects can be created with a position and size for the TUI mode.Configuring windows with stylesUse the STYLE attribute to set a style for a window.Defining the window titleUse the TEXT attribute to define a title for a window.Defining the window iconUse a IMAGE attribute to define the icon for a window.Containers for program windowsProgram windows are displayed in window containers by the front-end.Field-anchored windowsThe Window style attribute "position" can be set to "field" in order to display the window under the current field.Instructions for windows and formsThis section groups the language instructions to handle windows and forms.