ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibcontrols/IBLookupComboEditBox.pas
(Generate patch)

Comparing ibx/trunk/ibcontrols/IBLookupComboEditBox.pas (file contents):
Revision 276 by tony, Mon Feb 4 13:43:20 2019 UTC vs.
Revision 277 by tony, Mon Feb 4 13:45:30 2019 UTC

# Line 640 | Line 640 | end;
640   {$ifend}
641  
642   {$if lcl_fullversion = 2000002}
643 < procedure UTF8KeyPress(var UTF8Key: TUTF8Char); override;
643 > procedure TIBLookupComboEditBox.UTF8KeyPress(var UTF8Key: TUTF8Char);
644   begin
645    if DataSource = nil then
646 <    THackedCustomComboBox(self).UTF8KeyPress(UTF8Key)
646 >    THackedCustomComboBox(self).CallUTF8KeyPress(UTF8Key)
647    else
648      inherited;
649   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines