mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 20:49:49 +02:00
* Result needs to be assigned when doing FindInFieldTable
This commit is contained in:
parent
4cae231a52
commit
cc20d1fe06
@ -1956,7 +1956,7 @@ begin
|
||||
Result:=FindInFieldTable(Root);
|
||||
|
||||
if (Result=nil) and assigned(LookupRoot) and (LookupRoot<>Root) then
|
||||
FindInFieldTable(LookupRoot);
|
||||
Result:=FindInFieldTable(LookupRoot);
|
||||
|
||||
if (Result=nil) and assigned(OnFindComponentClassEx) then
|
||||
OnFindComponentClassEx(Self, AName, anUnitName, AClassName, Result);
|
||||
|
Loading…
Reference in New Issue
Block a user