restore FilterLowercase property

This commit is contained in:
Ondrej Pokorny 2023-01-10 12:22:35 +01:00
parent 42595db183
commit 11a35ff5e6

View File

@ -275,6 +275,7 @@ type
procedure RestoreSelection; virtual; abstract;
public
property Filter: string read GetFilter write SetFilter;
property FilterLowercase: string read fFilterLowercase;
property IdleConnected: Boolean read fIdleConnected write SetIdleConnected;
property SortData: Boolean read fSortData write SetSortData;
property SelectedPart: TObject read fSelectedPart write fSelectedPart;