EVENTrecord = record Status : Byte; { 0=Deleted 1=Enabled 2=Disabled } StartTime : Time; ErrorLevel : Byte; Days : Byte; Forced : Boolean; LastTimeRun : Date; end; EVENTrecordArray = array[1..20] of EVENTrecord; MsgKindsType = (Both, Private, Public, ROnly);