| WINDEV: Click to create, no coding |
|
Each tab is used to define the different characteristics of a control, a window, a report, etc. The 7-tab concept eliminates 95% of the code necessary for building a UI! Thanks to the 7-tab technology, you can just click to define what would be hundreds of parameters in other environments. Note: the same way the 3 musketeers were actually 4, with time, the 7 tabs are now 8...
The tabs' contents vary, of course, depending on the control's type; here we are only detailing three of the tabs for a control. The 7 tabs used to describe a control are: • General look • UI • Details • File links • Contents • Notes • Associated help • Style. Source code can also be edited here. It is of course also possible to create and modify controls through the traditional method of using a "modifier" (also called "inspector" by some software vendors), and through coding in special cases. |