Search found 1 match
- Fri Apr 10, 2020 6:53 pm
- Forum: VCL / FMX
- Topic: TeeGrid for VCL/FMX [04 FEB 2020] RELEASE 1.09
- Replies: 1
- Views: 31051
Re: TeeGrid for VCL/FMX [04 FEB 2020] RELEASE 1.09
v1.09 TeeGrid won't compile under Lazarus v2.0.6 because of VCLTee.Control unit procedure TFilterComboBox.FilterItems. 1. TSelection Class doesn't exist in Lazarus so I replaced it with var StartPos, EndPos: Integer; instead. 2. ContainsText function doesn't exist in Lazarus had to add this in as a ...