ClearFileList

Funções diversas

Descrição

Limpa uma lista de arquivos nomeada

Sintaxe

Delphi

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

ActiveX

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

DLL

int DLClearFileList(int InstanceID, const wchar_t * ListName);

Parâmetros

ListNameThe name of the file list to clear

Valores retornados

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