[Lazarus] Replacement for deprecated symbol "Lookup"

Michael Van Canneyt michael at freepascal.org
Sat Dec 26 18:25:20 CET 2015



On Sat, 26 Dec 2015, Juha Manninen wrote:

> I try to clean out warnings from LCL. How to solve these?
>
> Compile package LCLBase 1.7: Success, Warnings: 6
> dbctrls.pp(1422,56) Warning: Symbol "Lookup" is deprecated
> dbgrids.pas(1233,20) Warning: Symbol "Lookup" is deprecated
> dbgrids.pas(3270,54) Warning: Symbol "Lookup" is deprecated
> dbgrids.pas(3291,28) Warning: Symbol "Lookup" is deprecated
> dbgrids.pas(4026,30) Warning: Symbol "Lookup" is deprecated

Use Locate instead.

Michael.




More information about the Lazarus mailing list