FileListItem
Description
Returns the file name stored at the specified index in the named list.
Syntax
Delphi
function TQuickPDF0813.FileListItem(ListName: WideString;
Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::FileListItem(ListName As String,
Index As Long) As String
DLL
wchar_t * QuickPDFFileListItem(int InstanceID, wchar_t * ListName, int Index)
Parameters
| ListName | The name of the list to work with |
| Index | The index of the file name to retrieve. The first item has an index of 1. |