| WINDEV: The user is king |
|
The end user can change template at any time. Works with all the versions of Windows: XP, 95, 98, 2000, 2003, NT... A style defines the various attributes of a control: color, frame type, font and size of the label, font of the editable area, etc. All the elements of a style can be customized. Styles can be defined for any type of control. Relevance: when a style is modified, all the controls that refer to it are immediately and automatically modified, in all the windows of the project. A template is a global concept, which defines the general look of a window (the application's style guide): background, style sheet, locations of the controls, buttons, etc. WinDev comes with a lot of ready-to-use templates, and you can create your own. Change template, and the window or the application (your choice) change style! The end user can change templates as well.
|