@@ -0,0 +1,17 @@
+{$mode objfpc}
+{$M+}
+
+type
+ tenum = (te_first,te_second,te_third,te_fourth,te_fifth);
+ tenumrange = te_second..te_fourth;
+ tc1 = class
+ public
+ fe : tenumrange;
+ published
+ property enumrange : tenumrange read fe write fe;
+ end;
+begin
+end.
@@ -0,0 +1,6 @@
+{ $VERSION=1.1}
+ const
+ GUID_NULL : TGUID = '{00000000-0000-0000-0000-000000000000}';
@@ -0,0 +1,9 @@
+{ %VERSION=1.1}
+var
+ p : pwidechar;
+ c : widechar;
+ i : longint;
+ c:=p[i];