Icon TEventMonths

Unit: dbisamtb

TEventMonths = array [1..12] of Boolean

This type is used to specify which months of the year an event should run on, with month 1 being January and month 12 being December. It is used a parameter to the TDBISAMSession AddRemoteEvent, ModifyRemoteEvent, and GetRemoteEvent methods, as well as the TDBISAMEngine AddServerEvent, ModifyServerEvent, and GetServerEvent methods.
Image