Browse Source

* Added TEventTypes set

git-svn-id: trunk@17531 -
michael 14 years ago
parent
commit
4d572aa08d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/sysutils/osutilsh.inc

+ 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;