JVCL Help:TJvLinkedControlsOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLinkedControlsOption type
Search in JVCL Help
Search in all projectsSummary
Defines the available linking options for a linked control in a TJvLinkedControl.
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 |
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.
About
no pages or subcategories
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