ClearFileList

Miscellaneous functions

Description

Clears a named file list.

Syntax

Delphi

function TPDFlib.ClearFileList(Const ListName: WideString): Integer;

ActiveX

Function PDFlib::ClearFileList(ListName As String) As Long

DLL

int DLClearFileList(int InstanceID, wchar_t * ListName);

Parameters

ListNameThe name of the file list to clear

Return values

0The named list could not be found
1The named list was cleared successfully