[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

TFileSearcher.Create

Constructor for the class instance.

Declaration

Source position: fileutil.pas line 143

public constructor TFileSearcher.Create;

Description

Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create sets the default values used in the following properties:

MaskSeparator
Set to ';'.
PathSeparator
Set to ';'.
FollowSymLink
Set to True.
FileAttribute
Set to faAnyFile.
DirectoryAttribute
Set to faDirectory.
Searching
Set to False.

Version 3.2 Generated 2024-02-25 Home