JVCL Help:TJvTFScheduleManager.OnPostApptQuery

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs before an appointment is saved.


Pascal

 TJvTFPostApptQueryEvent = procedure (Sender: TObject; Appt: TJvTFAppt; var CanPost: Boolean) ofobject;
propertyOnPostApptQuery: TJvTFPostApptQueryEvent;


Parameters

Parameters Description
CanPost Specifies whether to fire an OnPostAppt event.
Appt The appointment object.
Sender The object that is firing the event.


Description

This event is fired before an appointment object is posted. By default, CanPost is True which allows TJvTFScheduleManager to fire the OnPostAppt event. You can set CanPost to false to prevent TJvTFScheduleManager from firing the OnPostAppt.


See Also

TJvTFScheduleManager.OnPostAppt


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