TFileListBox: fix not adding filenames wich only differ in case, when the control doesn't have a handle yet (i.e. with Directry set in OI). Issue #41441

This commit is contained in:
Bart 2025-02-19 20:29:41 +01:00
parent 37f89814d2
commit 3cc3475c2b

View File

@ -478,6 +478,7 @@ var
CurrentDir: string;
begin
inherited Create(TheOwner);
TStringList(Items).CaseSensitive := True; //Issue #41441
//Initializes the Mask property.
FMask := AllDirectoryEntriesMask;
//Initializes the FileType property.