소스 검색

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