JVCL Help:TJvTFComponent.FindSchedule

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

Search in JVCL Help

 
Search in all projects
 

Summary

Searches for a schedule.


Pascal

 functionFindSchedule(constSchedName: string; SchedDate: TDate): TJvTFSched;


Parameters

Parameters Description
const SchedName: string Name of the schedule to find.
SchedDate: TDate Date where the schedule appears.


Return Value

The found TSchedule or nil if not found.


Description

This method will search for a schedule with SchedName on SchedDate in the component's Schedules list. If a match is not found FindSchedule will return nil.


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