|
|
|
|
|
SftOptions.RestoreAll Method |
Restores all default values.
Syntax
|
VB.NET |
object.RestoreAll |
||
|
VB |
object.RestoreAll |
||
|
C#.NET |
void object.RestoreAll(); |
||
|
VC++ |
HRESULT object->RestoreAll(); |
||
|
C |
HRESULT object->raw_RestoreAll(); |
||
|
Delphi |
procedure object.RestoreAll(); |
object
A SftOptions object.
Comments
The RestoreAll method restores all default values.
The SftOptionsEntry.Restore method can be used to restore the default value of one entry.
Default values are restored (see SftOptionsEntry.Restore, SftOptionsEntry.DefaultValue and SftOptionsEntry.Value) in the SftOptions control for display purposes. To save the restored values, the Save method must be called.
Example
SftOptions1.RestoreAll
See Also SftOptions Object | Object Hierarchy