initializeAppSettings

initializeAppSettings();

The initializeAppSettings method of the JadeTextEdit class removes all entries from the application settings table.

The code fragment in the following example shows the use of the initializeAppSettings method.

jteSource.initializeAppSettings();
jteSource.language := JadeTextEdit.SCLEX_CPP;
jteSource.updateAppSettings("font.base=font:Verdanna,size:101" & CrLf
                            & "font.comment=size:9,italic" & CrLf);
jteSource.applySettings();