Specifies options of save/load state operations.
property SaveState: TSaveStateOptions;
SaveState specifies which state properties and objects should be saved/loaded to state file.
States are saved in INI file format. Default state file extension is ".ESI".
|
Option |
Description |
|
ssoAutoSave |
Automatically saves states when saving text file. |
|
ssoAutoLoad |
Automatically loads states when loading text file. |
|
ssoCaretPos |
Stores caret position. |
|
ssoSelection |
Stores selection. |
|
ssoUserRanges |
Stores user ranges. |
|
ssoWordWrap |
Stores WordWrap property. |
|
ssoNonPrinted |
Stores visible property of non printed characters. |
|
ssoDisableFolding |
Stores DisableFolding property. |
|
ssoScrollPos |
Stores scrolling positions. |
|
ssoMarkers |
Stores markers. |
|
ssoBookmarks |
Stores bookmarks. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|