|
|
|
|
|
SftOptions.RemoveAll Method |
Removes all entries.
Syntax
|
VB.NET |
object.RemoveAll |
||
|
VB |
object.RemoveAll |
||
|
C#.NET |
void object.RemoveAll(); |
||
|
VC++ |
HRESULT object->RemoveAll(); |
||
|
C |
HRESULT object->raw_RemoveAll(); |
||
|
Delphi |
procedure object.RemoveAll(); |
object
A SftOptions object.
Comments
The RemoveAll method removes all entries.
The SftOptionsEntry.Remove method can be used to remove one entry.
Entries are removed from the SftOptions control. Registry and INI file settings cannot be removed with SftOptions or the SftOptsIO control. These are normally removed by a setup application during uninstallation of the application.
See Also SftOptions Object | Object Hierarchy