* Added TEventTypes set

git-svn-id: trunk@17531 -
This commit is contained in:
michael 2011-05-23 12:33:28 +00:00
parent d7dbe6f778
commit 4d572aa08d

View File

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