mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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
|
||||
TEventType = (etCustom,etInfo,etWarning,etError,etDebug);
|
||||
TEventTypes = Set of TEventType;
|
||||
|
||||
Var
|
||||
OnGetVendorName : TGetVendorNameEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user