JVCL Help:TCNRequestRefresh
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TCNRequestRefresh type
[+] JvTFManager.pas Records
[+] TCNRequestRefresh Fields
Search in JVCL Help
Search in all projectsSummary
Message type used to request a schedule refresh.
Pascal
run\JvTFManager.pas
TCNRequestRefresh = record
Msg: Cardinal;
Schedule: TJvTFSched;
Unused: Longint;
Result: Longint;
end;
Members
Members | Description |
Msg: Cardinal; | The message, should be CN_REQUESTREFRESH |
Schedule: TJvTFSched; | The schedule that needs refreshing |
Unused: Longint; | Not used |
Result: Longint; | Not used |
Description
A CN_REQUESTREFRESH is sent by the TJvTFScheduleManager when it needs to refresh a schedule. The message is sent in a TCNRequestRefresh record. This message has been superseded by the NotifyApptCtrl method.
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