|
|
|
DataObjectFiles.Clear Method |
Clears all filenames stored in the Files collection of a DataObject object (sftCFFiles format only).
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 DataObjectFiles object.
Comments
The Clear method clears all filenames stored in the Files collection of a DataObject object (sftCFFiles format only).
To remove only one file name, use the Remove method instead.