Browse Source

* helper unit

peter 21 năm trước cách đây
mục cha
commit
326da54b3a
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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.