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

TFileSearcher.MaskSeparator

Character used as a delimiter between file masks.

Declaration

Source position: fileutil.pas line 147

public property TFileSearcher.MaskSeparator : Char
  read FMaskSeparator
  write FMaskSeparator;

Description

MaskSeparator is a Char property which contains the character used as a delimiter between file masks in the search criteria. The default value for the property is ';' as assigned in the Create method.

MaskSeparator is used inSearch to fill an internal TMaskList instance used in the method.

See also

TFileSearcher.PathSeparator

  

Character used as a delimiter between directory paths.

TFileSearcher.Search

  

Searches for files or directories in the specified path(s) using the specified options.

TFileSearcher.Create

  

Constructor for the class instance.

TMaskList

  

Implements a list for mask class instances.


Version 3.2 Generated 2024-02-25 Home