JVCL Help:TJvTFScheduleManager.RefreshConnections

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

Search in JVCL Help

 
Search in all projects
 

Summary

Redraws one or more controls.


Pascal

 procedureRefreshConnections(Trigger: TObject); virtual;


Parameters

Parameters Description
Trigger: TObject an object to refresh (or nil).


Description

Use RefreshConnections to cause one or more of the controls (and/or components) connected to the server to refresh (redraw) themselves. The specific controls (components) that actually get refreshed are based on the value of Trigger and follow these rules:
If Trigger is:

  • Nil: All controls connected to the server are refreshed
  • A TJvTFComponent: Only that component is refreshed
  • A TJvTFControl: Only that control is refreshed
  • A TJvTFSched: Only the controls that reference the given schedule are refreshed
  • A TJvTFAppt: Only the controls that reference a schedule that contains the given appointment are refreshed

Any other value for Trigger raises an EJvTFScheduleManagerError exception.


About

Notes

This method was renamed from RefreshControls as of version 1.1 of the server.


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