JVCL Help:TJvTFSched.ApptHasConflicts

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

Search in JVCL Help

 
Search in all projects
 

Summary

Searches for appointment conflicts.


Pascal

 functionApptHasConflicts(anAppt: TJvTFAppt): Boolean; dynamic;


Parameters

Parameters Description
anAppt: TJvTFAppt The appointment to check for conflicts.


Return Value

True if conflicts were found, false otherwise.


Description

This method will return True if any other appointments conflict with an Appt, False otherwise. This method only checks for conflicts in the schedule from which it is invoked.


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