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

TListDirectoriesSearcher.Create

Constructor for the class instance.

Declaration

Source position: fileutil.pas line 176

public constructor TListDirectoriesSearcher.Create(

  AList: TStrings

);

Arguments

AList

  

TStrings class instance used to store directory names matching the specified search criteria.

Description

Create is the constructor for the class instance. Create calls the inherited constructor, and stores the value in AList to the internal member used to capture matching directory names in the class instance.

Remark: Resources allocated to the TStrings instance must be freed by the caller. TListFileSearcher does not own or manage the resources for the TStrings instance.

Version 3.2 Generated 2024-02-25 Home