ClearFileList
Description
Clears a named file list.
Syntax
Delphi
function TQuickPDF0813.ClearFileList(ListName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::ClearFileList(ListName As String) As Long
DLL
int QuickPDFClearFileList(int InstanceID, wchar_t * ListName)
Parameters
| ListName | The name of the file list to clear |
Return values
| 0 | The named list could not be found |
| 1 | The named list was cleared successfully |