瀏覽代碼

* Added TEventTypes set

git-svn-id: trunk@17531 -
michael 14 年之前
父節點
當前提交
4d572aa08d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;