|
|
|
|
|
SftOptionsEntry.Restore Method |
Restores the default value.
Syntax
|
VB.NET |
object.Restore |
||
|
VB |
object.Restore |
||
|
C#.NET |
void object.Restore(); |
||
|
VC++ |
HRESULT object->Restore(); |
||
|
C |
HRESULT object->raw_Restore(); |
||
|
Delphi |
procedure object.Restore(); |
object
A SftOptionsEntry object.
Comments
The Restore method restores the default value.
The RestoreAll method can be used to restore the default values of all entries.
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.
See Also SftOptionsEntry Object | Object Hierarchy