diff --git a/lcl/editbtn.pas b/lcl/editbtn.pas index c3e25a6044..af4049fbeb 100644 --- a/lcl/editbtn.pas +++ b/lcl/editbtn.pas @@ -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;