JVCL Help:TJvXPEnabledMode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how changes to the Enabled property propagates to child controls.

run\JvXPContainer.pas


Pascal

 run\JvXPContainer.pas
 TJvXPEnabledMode = (
emAffectChilds,
emNormal
);


Members

Members Description
emAffectChilds Changing Enabled also changes Enabled of all child controls.
emNormal Changing Enabled does not affect child controls.

run\JvXPContainer.pas


Description

Write here a description

run\JvXPContainer.pas


About

Navigation

no pages or subcategories

run\JvXPContainer.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