On Sat, Dec 26, 2015 at 7:25 PM, Michael Van Canneyt
<[email protected]> wrote:
> Use Locate instead.

They are actually TField.Lookup properties. TField does not have Locate.
All the "deprecated" warnings come from Lookup getters which is implemented as :

function TField.GetLookup: Boolean;
begin
  Result := FieldKind = fkLookup;
end;

Maybe I just use "FieldKind = fkLookup". Easy piecy. Unfortunately
there is no hint message after the "deprecated" keyword saying like
"Use xxx instead". Such hints were not supported by FPC a while ago.

Juha

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to