|
|
|
|
|
SftDirectory.Clear Method |
Empties the control.
Syntax
|
VB.NET |
object.Clear() |
||
|
VB |
object.Clear |
||
|
C#.NET |
void object.Clear(); |
||
|
VC++ |
HRESULT object->Clear(); |
||
|
C |
HRESULT object->raw_Clear(); |
||
|
Delphi |
procedure object.Clear(); |
object
A SftDirectory object.
Comments
The Clear method empties the control.
All folders are removed from the control (they are not physically deleted).
The control contents can be loaded using the Reload method.