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 StringDLL
wchar_t * DLFileListItem(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. |