JVCL Help:TJvTFAppt.Delete
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFAppt.Delete Method
[+] TJvTFAppt Fields
[+] TJvTFAppt Methods
[+] TJvTFAppt Properties
Search in JVCL Help
Search in all projectsSummary
Removes the appointment.
Pascal
procedureDelete;
Description
This method will completely remove the appointment from the scheduling system. This method calls TJvTFScheduleManager.dbDeleteAppt, which eventually fires the TJvTFScheduleManager.OnDeleteAppt event. (You would implement a handler for the OnDeleteAppt event that would remove the appointment data from your physical data storage backend.)
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