JVCL Help:TJvLinkedControlsOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available linking options for a linked control in a TJvLinkedControl.

run\JvLinkedControls.pas


Pascal

 run\JvLinkedControls.pas
 TJvLinkedControlsOption = (
loLinkChecked,
loLinkEnabled,
loInvertChecked,
loInvertEnabled,
loForceFocus
);
TJvLinkedControlsOptions = setof TJvLinkedControlsOption;


Members

Members Description
loLinkChecked Link the Checked state of the owning control to the Enabled state of the linked control.
loLinkEnabled Link the Enabled state of the owning control to the Enabled state of the linked control.
loInvertChecked Changes the result of the loLinkChecked test, that is, when the owning controls Checked state is false, the linked control is enabled and vice versa.
loInvertEnabled Changes the result of the loLinkEnabled test, that is, when the owning controls Enabled state is false, the linked control is enabled and vice versa.
loForceFocus Description for loForceFocus

run\JvLinkedControls.pas


Description

TJvLinkedControlsOption defines the options available for how the Enabled state of a linked control is modified when the Enabled and/or Checked state of the owning control changes.

run\JvLinkedControls.pas


About

Navigation

no pages or subcategories

run\JvLinkedControls.pas



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