Icon TEventDays

Unit: dbisamtb

TEventDays = array [1..7] of Boolean

This type is used to specify which days of the week an event should run on, with day 1 being Sunday and day 7 being Saturday. It is used a parameter to the TDBISAMSession AddRemoteEvent, ModifyRemoteEvent, and GetRemoteEvent methods, as well as the TDBISAMEngine AddServerEvent, ModifyServerEvent, and GetServerEvent methods.
Image