Explorar el Código

* helper unit

peter hace 21 años
padre
commit
326da54b3a
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      tests/webtbs/uw2953.pp

+ 12 - 0
tests/webtbs/uw2953.pp

@@ -0,0 +1,12 @@
+unit uw2953;
+{$mode Delphi}
+
+interface
+
+type
+     aclasswithfields = class
+                          protected
+                            field1:integer;
+                            end;
+implementation
+end.