JVCL Help:TJvTFScheduleManager.dbDeleteAppt

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

Search in JVCL Help

 
Search in all projects
 

Summary

Deletes an appointment from the server.


Pascal

 proceduredbDeleteAppt(Appt: TJvTFAppt);


Parameters

Parameters Description
Appt: TJvTFAppt The appointment to delete.


Description

Use the dbDeleteAppt to remove an appointment from the system. dbDeleteAppt will fire the OnDeleteAppt event where you will have code that will delete the appointment from physical storage. As a convenience, you may also call TJvTFAppt.Delete since that method simply calls the dbDeleteAppt method.


See Also

TJvTFScheduleManager.OnDeleteAppt


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