StringList.clear Method¶
Module: StringList
Definition¶
Clears the StringList object.
clear(self) -> None
Exceptions
An error has occurred during Document Library execution.
public void Clear()
Exceptions
An error has occurred during Document Library execution.
public void clear() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func clear() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringList_Clear (
ID3_DOCUMENT_STRING_LIST hStringList)
Parameters
hStringList
ID3_DOCUMENT_STRING_LISTin Handle to the StringList object.
Returns