JVCL Help:TJvTFNavEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a JTF control receives a navigation command from its Navigator.

run\JvTFManager.pas


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.

run\JvTFManager.pas


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.

run\JvTFManager.pas


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