JVCL Help:TJvEventCollectionItem.SaveState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEventCollectionItem.SaveState Method
[+] TJvEventCollectionItem Events
[+] TJvEventCollectionItem Methods
[+] TJvEventCollectionItem Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves the current state of the schedule.
Pascal
procedureSaveState(outTriggerStamp: TTimeStamp; outTriggerCount: Integer; outDayCount: Integer; outSnoozeStamp: TTimeStamp; outALastSnoozeInterval: TSystemTime; outAEventInfo: TScheduledEventStateInfo); virtual;
Parameters
Parameters | Description |
out TriggerStamp: TTimeStamp | Timestamp of next event. |
out TriggerCount: Integer | Number of events that have been triggered after the event specified by TriggerStamp is executed. |
out DayCount: Integer | Number of days events have been triggered after the event specified by TriggerStamp is executed. |
out SnoozeStamp: TTimeStamp | Timestamp of next snooze event (or NullStamp if there was no snooze request). |
out ALastSnoozeInterval: TSystemTime | _SYSTEM_TIME record containing the last issued snooze interval. |
out AEventInfo: TScheduledEventStateInfo | Description for this parameter |
Description
SaveState retrieves the current state of the schedule and stores it in the parameters.
LoadState and SaveState are used by descendant components of TJvCustomScheduledEvent when its AutoSave property is set to True.
See Also
TJvEventCollectionItem.LoadState
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page