TadvOfficepager

Hi everybody, I wonder how to enable/disable a TadvofficePage into a TadvofficePager, like we do with enabled property with standard TPageControl.
I want to click on a tab (tabvisible:=true) and have all component in readonly on this page
Thank you
Dominique

There is not an Enabled property at TAdvOfficePage level. If you want to enable/disable all page child controls at once, put a TPanel or similar container control on the TAdvOfficePage and disable this way.