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 StringDLL
wchar_t * DLGetStringListItem(int InstanceID, int StringListID, int ItemIndex);Parameters
| StringListID | The ID of the string list as returned by the CheckFileCompliance function. |
|---|---|
| ItemIndex | The 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. |