JVCL Help:TJvTFScheduleManager.GetScheduleID

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

Search in JVCL Help

 
Search in all projects
 

Summary

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