ui.Interface.loadActionDefaults

Load the default action defaults file.

Syntax

ui.Interface.loadActionDefaults(
   filename STRING )
  1. filename is the name of action defaults file, without the extension.

Usage

Use the ui.Interface.loadActionDefaults() class method to load a .4ad file defining action defaults for all program forms.

Specify the filename without the "4ad" 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.loadActionDefaults("mydefaults")