Browse Source

* Fixed missing defineproperties

git-svn-id: trunk@10579 -
michael 17 years ago
parent
commit
9877763599
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/classes/writer.inc

+ 1 - 0
rtl/objpas/classes/writer.inc

@@ -586,6 +586,7 @@ begin
         WriteProperty(Instance,PropList^[i]);
         WriteProperty(Instance,PropList^[i]);
     Freemem(PropList);
     Freemem(PropList);
   end;
   end;
+  Instance.DefineProperties(Self);
 end;
 end;
 
 
 procedure TWriter.WriteProperty(Instance: TPersistent; PropInfo: Pointer);
 procedure TWriter.WriteProperty(Instance: TPersistent; PropInfo: Pointer);