JVCL Help:TJvTFScheduleManager.dbNewAppt

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a new appointment to the server.


Pascal

 functiondbNewAppt(constID: string): TJvTFAppt;


Parameters

Parameters Description
const ID: string The new ID. Leave empty to have an ID created for you.


Return Value

The new appointment object.


Description

Use the method to create a new appointment in the system. If you do not specify an ID, the server will create one for you. If you do specify an ID, you are responsible to ensure that the ID will be unique among all appointments.
The server uses the GenerateApptID method to generate a unique ID.


See Also

TJvTFScheduleManager.GenerateApptID


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