JVCL Help:TJvTFAppt.ID
JVCL Help: TJvTFAppt.ID Property
Search in JVCL Help
Search in all projectsSummary
A unique identifier for the item.
Pascal
propertyID: string;
Description
The ID property contains a string that uniquely identifies an appointment. The ID is set when the appointment object is initially created. If an ID is not provided by you (using the TJvTFScheduleManager.RequestAppt or TJvTFScheduleManager.dbNewAppt methods) the server will generate a unique ID for you.
If you do specify an ID, it is your responsibility to guarantee that it is unique among all appointments, whether or not they are currently loaded into the server.
The server automatically generates IDs using the TJvTFScheduleManager.GenerateApptID class function.
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