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

wchar_t * DLFileListItem(int InstanceID, wchar_t * ListName, int Index);

Parameters

ListNameThe name of the list to work with
IndexThe index of the file name to retrieve. The first item has an index of 1.