mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +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;
|
P,C:PPropertyClassRec;
|
||||||
I:Integer;
|
I:Integer;
|
||||||
begin
|
begin
|
||||||
|
Result := nil;
|
||||||
if PropertyEditorMapperList<>nil then begin
|
if PropertyEditorMapperList<>nil then begin
|
||||||
for I:=0 to PropertyEditorMapperList.Count-1 do begin
|
for I:=0 to PropertyEditorMapperList.Count-1 do begin
|
||||||
with PPropertyEditorMapperRec(PropertyEditorMapperList[I])^ do begin
|
with PPropertyEditorMapperRec(PropertyEditorMapperList[I])^ do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user