JVCL Help:TJvCustomPageList.PropagateEnable

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if changes to the Enabled property is propagated to the controls parented by the page list.


Pascal

 propertyPropagateEnable: Boolean;


Description

Use PropagateEnable to read or specify if child controls are disabled and enabled automatically when the Enabled property of the page list changes. You cannot access child controls when the parent control is disabled but this is not normally reflected visually in Delphi controls. By setting PropagateEnabled to true, the Enabled property of the child controls is automatically changed in sync with the Parent component, making it visually obvious that the control is disabled or enabled.


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