2
0
Эх сурвалжийг харах

+ Use fields.count instead of fieldcount testpop.pp

michael 21 жил өмнө
parent
commit
d560eb5087

+ 1 - 1
fcl/db/memds/testpop.pp

@@ -61,7 +61,7 @@ begin
         Inc(ACount);
         Writeln('Record ',ACount,' : ');
         Writeln('------------------------');
-        For I:=0 to FieldCount-1 do
+        For I:=0 to Fields.Count-1 do
           Writeln(Fields[I].FieldName,' : ',Fields[I].AsString);
         Writeln;  
         Next;