JVCL Help:TJvTFNavEvent
From Project JEDI Wiki
Jump to navigationJump to search[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Occurs when a JTF control receives a navigation command from its Navigator.
Pascal
run\JvTFManager.pas
TJvTFNavEvent = procedure (Sender: TObject; aControl: TJvTFControl; SchedNames: TStringList; Dates: TJvTFDateList) ofobject;
Parameters
Parameters | Description |
Sender | The object that called the event. |
aControl | The control that received the request. |
SchedNames | Names of affected schedules |
Dates | List of affected days. |
Description
Write a handler for this event to take specific actions when a navigation request is received by a JTF control. This event is not currently used.
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