mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:59:10 +02:00
parent
6cb56909ad
commit
ed25b4f6f3
@ -3076,7 +3076,7 @@ var
|
|||||||
p: PLookupListRec;
|
p: PLookupListRec;
|
||||||
begin
|
begin
|
||||||
Result := inherited GetPickList;
|
Result := inherited GetPickList;
|
||||||
if Field.Lookup and Field.LookupCache then begin
|
if (Field<>nil) and Field.Lookup and Field.LookupCache then begin
|
||||||
Result.Clear;
|
Result.Clear;
|
||||||
{$WARNINGS OFF}
|
{$WARNINGS OFF}
|
||||||
lst := TLookupListCracker(Field.LookupList).FList;
|
lst := TLookupListCracker(Field.LookupList).FList;
|
||||||
|
Loading…
Reference in New Issue
Block a user