AdvGroupBox Enabled

Hi

When we enable/disable a tADVGroupBox; all component are  enabled/disabled at the same time.
There id a way to disconnect this possibility ?

regards
Olivier

Are you referring to setting AdvGroupBox.Enabled= false?
If so, it is by design child controls of a disabled parent become also disabled.

Hi Bruno

Yes, it is.
I didn't see how how to disynchronise this relationships ?

In JEDI Componant (tJvGroupBox), there is is a property to do that : PropagateEnable

Possible with TMS ?
regards
olivier


At this moment, there is no such property in TAdvGroupBox

Maybe in the future
For the moment, I will manage bu an other way