[Overview][Classes][Variables] Reference for unit 'Settings' (#gui)

TSettings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: settings.pas line 31

type TSettings = class(TCustomSettings)

public

  constructor Create;

  

  procedure Load; override;

  

  procedure Save; override;

  

  procedure SaveDialogSettings();

  

  procedure LoadDialogSettings();

  

  procedure AddToRecentFileList();

  

  property FileName;

  

  property BrowserExecutable: String; [rw]

  

  property BrowserParameters: String; [rw]

  

  property ImagesDirectory: String; [rw]

  

  property Language: String; [rw]

  

  property LanguageDirectory: String; [rw]

  

  property LScriptEditorFontName: String; [rw]

  

  property LScriptEditorFontSize: Integer; [rw]

  

  property MaxRecentFiles: Integer; [rw]

  

  property ModelAddinPath: String; [rw]

  

  property ModelLibPath: String; [rw]

  

  property RecentFileList: TStrings; [r]

  

  property RestoreLastProject: Boolean; [rw]

  

  property ShowOnlyStableReleases: Boolean; [rw]

  

end;

Inheritance

TSettings

  

|

TCustomSettings

?

TObject