Page 1 of 1

Disable and Enable Items ( TExplorerBar )

Posted: Thu Jun 22, 2023 1:22 pm
by INFORMAISVRB
Hello

Has possibility to Disable and Enable Items ( TExplorerBar )

Image

Thank you all

Re: Disable and Enable Items ( TExplorerBar )

Posted: Thu Jun 22, 2023 2:17 pm
by Antonio Linares
oExplorerBar:aPanels[ n ]:aControls[ m ]:Disable()

and

oExplorerBar:aPanels[ n ]:aControls[ m ]:Enable()

Re: Disable and Enable Items ( TExplorerBar )

Posted: Thu Jun 22, 2023 7:29 pm
by INFORMAISVRB
correct, solved
thanks