mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* Added TEventTypes set
git-svn-id: trunk@17531 -
This commit is contained in:
parent
d7dbe6f778
commit
4d572aa08d
@ -54,6 +54,7 @@ Type
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
TEventType = (etCustom,etInfo,etWarning,etError,etDebug);
|
TEventType = (etCustom,etInfo,etWarning,etError,etDebug);
|
||||||
|
TEventTypes = Set of TEventType;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
OnGetVendorName : TGetVendorNameEvent;
|
OnGetVendorName : TGetVendorNameEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user