|
|
|
|
|
SftOptions.Save Method |
Saves all option settings.
Syntax
|
VB.NET |
object.Save |
||
|
VB |
object.Save |
||
|
C#.NET |
void object.Save(); |
||
|
VC++ |
HRESULT object->Save(); |
||
|
C |
HRESULT object->raw_Save(); |
||
|
Delphi |
procedure object.Save(); |
object
A SftOptions object.
Comments
The Save method saves all option settings.
The option settings as currently defined in the SftOptions control are saved in the location defined by SftOptionsIO.File or SftOptionsIO.Registry.
The Save method also sets the "SftOptions_Initialized" option to "1". The SftOptions_Initialized option can be used by an application to determine whether the option settings have been properly initialized by saving the complete option collection.
The Load method is used to load all option settings.
Example
SftOptions1.Save
See Also SftOptions Object | Object Hierarchy