DelphiCodeToDoc Next
Name
PurgeProjectFolderProgress
Parent
uDocProject
Visibility
PUBLIC
Description
Defined as the jcl function : TDelTreeProgress = function (const FileName:
string; Attr: DWORD): Boolean;
It will match all HTML extension file and also folders
Source code
function PurgeProjectFolderProgress ( const FileName : string ; Attr : DWORD ) : Boolean
Parameters
Parameter Description FileName : STRING filename to match (wildcards ok) Attr : DWORD Attribute to match
Return
Types Description BOOLEAN TRUE if filename match
DelphiCodeToDoc Next