ソースを参照

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