JVCL Help:TCNRequestRefresh

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

Search in JVCL Help

 
Search in all projects
 

Summary

Message type used to request a schedule refresh.

run\JvTFManager.pas


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

run\JvTFManager.pas


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.

run\JvTFManager.pas


About

Navigation

run\JvTFManager.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