JVCL Help:TJvTFScheduleManager.GetScheduleID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.GetScheduleID Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Returns an ID based on the input parameters.
Pascal
classfunctionGetScheduleID(constSchedName: string; SchedDate: TDate): string;
Return Value
A string ID built from the input.
Description
Call GetScheduleID to construct an ID from the SchedName and SchedDate parameters. Currently, this method is implemented as: Result := SchedName + IntToStr(trunc(SchedDate));
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