On Tue, Oct 26, 2021 at 8:24 PM Bart via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> However, now that we have a dedicated TMaskWindows, wouldn't it also
> make more sense to have a TMaskListWindows class?
>
> The TMaskList constructors
>     constructor CreateWindows(const aValue: String; aSeparator: Char;
> aOptions: TMaskOptions);
>     constructor CreateSysNative(const aValue: String; aSeparator:
> Char; CaseSensitive: Boolean);
> would not be necessary anymore.
>

Yes, sounds OK, but it cannot cover CreateSysNative which is now used
in procedure TFileSearcher.Search.
The IFDEF can be placed there directly of course.

Juha
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to