JVCL Help:TScheduledEventStateInfo

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Write here a summary (1 line)

run\JvScheduledEvents.pas


Pascal

 run\JvScheduledEvents.pas
 TScheduledEventStateInfo = record
ARecurringType: TScheduleRecurringKind;
AStartDate: TTimeStamp;
AEndType: TScheduleEndKind;
AEndDate: TTimeStamp;
AEndCount: Cardinal;
ALastTriggered: TTimeStamp;
DayFrequence: record;
Daily: record;
Weekly: record;
Monthly: record;
Yearly: record;
end;


Members

Members Description
ARecurringType: TScheduleRecurringKind; Description for ARecurringType
AStartDate: TTimeStamp; Description for AStartDate
AEndType: TScheduleEndKind; Description for AEndType
AEndDate: TTimeStamp; Description for AEndDate
AEndCount: Cardinal; Description for AEndCount
ALastTriggered: TTimeStamp; Description for ALastTriggered
DayFrequence: record; Description for DayFrequence
Daily: record; Description for Daily
Weekly: record; Description for Weekly
Monthly: record; Description for Monthly
Yearly: record; Description for Yearly

run\JvScheduledEvents.pas


Description

Write here a description

run\JvScheduledEvents.pas


See Also

List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references

run\JvScheduledEvents.pas


About

Navigation

run\JvScheduledEvents.pas



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