GetStringListItem

Miscellaneous functions

Description

Returns an item from the specified string list.

Syntax

Delphi

function TPDFlib.GetStringListItem(StringListID, ItemIndex: Integer): WideString;

ActiveX

Function PDFlib::GetStringListItem(StringListID As Long, ItemIndex As Long) As String

DLL

wchar_t * DLGetStringListItem(int InstanceID, int StringListID, int ItemIndex);

Parameters

StringListIDThe ID of the string list as returned by the CheckFileCompliance function.
ItemIndexThe index of the item to return. The first item in the list has an index value of 1. The last item in the list has an index value equal to the return value of the GetStringListCount function.