Danke für die Inputs; hatte keine Ahnung welchen Einfluss die Reihenfolge meine Funktionsparameter hat
Delphi-Quellcode:
procedure FindAllFolders(const ADirList: TStrings; const ARootFolder: string; const AMask: string = '*.*'; ARecurse: Boolean = True);
anstelle von
procedure FindAllFolders(RootFolder: string; Mask: string = '*.*'; Recurse: Boolean = True; var aDirList : TStringList );