|
|
|
|
|
WINDEV allows you to create window templates. These templates contain all the graphic elements common to all windows of your application. Changes made to a window template are automatically applied to all the windows that use the template. A window template follows the style book defined for an application.
View of a window template. An orange outline appears around the template in the editor. Template used in multiple windows. Elements from the template are identified by a yellow square.Note: The code of the elements from the template can be defined directly in the template. The characteristics of the elements can be dissociated from the template. For example, dissociate the position of a control from the template to move it elsewhere while keeping other changes (code, style, etc.). This is referred to as control inheritance. In this case, the elements are identified by a blue square.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|