JVCL Help:TJvTFAppt.IndexOfSchedule
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFAppt.IndexOfSchedule Method
[+] TJvTFAppt Fields
[+] TJvTFAppt Methods
[+] TJvTFAppt Properties
Search in JVCL Help
Search in all projectsSummary
Returns the index of the name of a schedule stored in the Schedules list.
Pascal
functionIndexOfSchedule(constSchedName: string): Integer;
Parameters
Parameters | Description |
const SchedName: string | Name of the schedule to find. Not case-sensitive. |
Return Value
The index in Schedule where SchedName is located or -1 if SchedName is not found.
Description
Call IndexOfSchedule to get the index of SchedName in Schedules.
See Also
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