Name
Parent
Visibility
Description
|
Test if file is HTM source file Function is defined as JclUtilsFile needs : TFileMatchFunc = function(const Attr: Integer; const FileInfo: TSearchRec): Boolean; |
Source code
|
function HtmMatchFunc ( const Attr : Integer ; const FileInfo : TSearchRec ) : Boolean |
Parameters
|
Parameter |
Description |
Attr : INTEGER |
Attribute of file |
FileInfo : TSearchRec |
Search record holding the search context |
|
Return
|
Types |
Description |
BOOLEAN |
TRUE if extension match with '*.htm filter', FALSE otherwise |
|
|