JVCL Help:TJvEventCollectionItem.LoadState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEventCollectionItem.LoadState Method
[+] TJvEventCollectionItem Events
[+] TJvEventCollectionItem Methods
[+] TJvEventCollectionItem Properties
Search in JVCL Help
Search in all projectsSummary
Initializes the schedule to a specific state.
Pascal
procedureLoadState(constTriggerStamp: TTimeStamp; constTriggerCount: Integer; constDayCount: Integer; constSnoozeStamp: TTimeStamp; constALastSnoozeInterval: TSystemTime; constAEventInfo: TScheduledEventStateInfo); virtual;
Parameters
Parameters | Description |
const TriggerStamp: TTimeStamp | Timestamp of next event. |
const TriggerCount: Integer | Number of events that have been triggered after the event specified by TriggerStamp is executed. |
const DayCount: Integer | Number of days events have been triggered after the event specified by TriggerStamp is executed. |
const SnoozeStamp: TTimeStamp | Timestamp of next snooze event (or NullStamp if there was no snooze request). |
const ALastSnoozeInterval: TSystemTime | _SYSTEM_TIME record containing the last issued snooze interval. |
const AEventInfo: TScheduledEventStateInfo | Description for this parameter |
Description
LoadState initializes the schedule state to the one specified by the input parameters.
LoadState and SaveState are used by descendant components of TJvCustomScheduledEvent when its AutoSave property is set to True.
See Also
TJvEventCollectionItem.SaveState
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