|
Previous Top Next |
This wizard template creates a procedure called WindowInitCode into your application. If this procedure already exists it will attempt WindowInitCodeA, WindowInitCodeB etc. until it reaches WindowInitCodeZ and then it will fail.
This wizard also adds an instance of the "Call procedure from all procedures" global template

The WindowInitCode procedure is a source procedure that changes how your windows look. ALL the code is generated into the source procedure so it is entirely up to you how you set it up.
Use this wizard along with the "Call procedure from all procedures" global extension template to call this procedure from all window procedures after the window opens. This will allow you to customize all standard window controls, such as icons on buttons, fonts to use, standard settings for listboxes, etc. etc. The UtilDemo.app contains a generated WindowInitCodeprocedure that gives you an idea how it is used.