ui.Interface.loadStyles

Load the presentation styles file.

Syntax

ui.Interface.loadStyles(
   filename STRING )
  1. filename is the name of presentation styles file, without the extension.

Usage

Use the ui.Interface.loadStyles() class method to load a .4st file defining presentation styles for all program forms.

Specify the filename without the "4st" extension.

If the file does not exist in the current directory, it is searched in the directories defined in the DBPATH/FGLRESOURCEPATH environment variable.

Example

CALL ui.Interface.loadStyles("mystyles")