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

* Added TEventTypes set

git-svn-id: trunk@17531 -
michael 14 жил өмнө
parent
commit
4d572aa08d

+ 1 - 0
rtl/objpas/sysutils/osutilsh.inc

@@ -54,6 +54,7 @@ Type
 
 Type
   TEventType = (etCustom,etInfo,etWarning,etError,etDebug);
+  TEventTypes = Set of TEventType;
 
 Var
   OnGetVendorName      : TGetVendorNameEvent;