mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
initialize function result
git-svn-id: trunk@6228 -
This commit is contained in:
parent
3ec726878e
commit
b406ab0f6e
@ -1710,6 +1710,7 @@ var
|
||||
P,C:PPropertyClassRec;
|
||||
I:Integer;
|
||||
begin
|
||||
Result := nil;
|
||||
if PropertyEditorMapperList<>nil then begin
|
||||
for I:=0 to PropertyEditorMapperList.Count-1 do begin
|
||||
with PPropertyEditorMapperRec(PropertyEditorMapperList[I])^ do begin
|
||||
|
Loading…
Reference in New Issue
Block a user