JVCL Help:TJvTFAppt.IndexOfSchedule

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvTFAppt.Schedules


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