JVCL Help:TJvTFScheduleManager.RequestAppt

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

Search in JVCL Help

 
Search in all projects
 

Summary

Finds or creates a new appointment.


Pascal

 procedureRequestAppt(constID: string; varAppt: TJvTFAppt; varNew: Boolean);


Parameters

Parameters Description
const ID: string The ID of the appointment.
var Appt: TJvTFAppt The new or found appointment.
var New: Boolean Is Set to true if Appt contains a newly created object.


Description

When an appointment object is needed from the server RequestAppt will normally be used. RequestAppt will search the server's appointments for an appointment that has an ID that matches the given ID. If no match is found (or no ID is given) the server will create a new appointment object and set the New parameter to True. In either case, RequestAppt will return an appointment object for use via the Appt parameter.


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