Code Templates

Top  Previous  Next
Read from the .ini file the variables selected by the user (see the global embeds in the example program). You should use this code template as soon as your first window starts (After opening the files). You need to include the FSStyles file in the "Others" file schematic section.

       The code template reads from the .ini file the currently selected Styles file entry for the current user; if no Style is selected, the default Style is selected (Style number 1). If the Style is found, it is loaded, otherwise the defaults are loaded from the .ini file instead.

 

Save to the .ini file those variables.
Apply the current content of those variables (see the Config procedure).