initialize function result

git-svn-id: trunk@6228 -
This commit is contained in:
vincents 2004-11-11 08:33:30 +00:00
parent 3ec726878e
commit b406ab0f6e

View File

@ -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