FileListItem
Miscellaneous functions
Description
Returns the file name stored at the specified index in the named list.
Syntax
Delphi
Function TPDFlib.FileListItem(Const ListName: WideString; Index: Integer): WideString;
ActiveX
Function PDFlib::FileListItem(ListName As String, Index As Long) As String
DLL
const wchar_t * DLFileListItem(int InstanceID, const 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. |