DelphiCodeToDoc

Name
  PasMatchFunc

Parent
  uDocProject

Visibility
  PUBLIC

Description
  Test if file is Pascal source file
Function is defined as JclUtilsFile needs : TFileMatchFunc =
function(const Attr: Integer; const FileInfo: TSearchRec): Boolean;

Source code
  function PasMatchFunc ( 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 '*.pas filter', FALSE otherwise

DelphiCodeToDoc


TridenT - 2009 - Under GNU GPL Licence
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/