FileListItem
杂项函数
说明
本页介绍 PDFlibPas 中属于“杂项函数”主题的 FileListItem。API 名称、参数、类名、文件名和字面量保持原样,以便和 Delphi 库及 DLL 入口点完全对应。
调用函数前请查看语法、参数和返回值。代码块保留原始形式,便于示例直接复制使用。
语法
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);
参数
| ListName | ListName 是 FileListItem 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。 |
|---|---|
| Index | Index 是 FileListItem 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。 |