FileListCount
Description
Returns the number of items in the specified file list.
Syntax
Delphi
function TQuickPDF0813.FileListCount(ListName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FileListCount(ListName As String) As Long
DLL
int QuickPDFFileListCount(int InstanceID, wchar_t * ListName)
Parameters
| ListName | The name of the file list |