Disable TButton temporarily

Hi rooters,
I have several TButtons in a canvas and would like to disable all of them temporarily, e.g. during a (lengthy) execution of ones method. One way is to set the mother canvas Editable. This however has side effects like changing text sizes etc.
Cheers
Otto

Hi Otto,
Do you have a small macro showing this behavior ?
Olivier

Hi Olivier,
there is no problem with the current behaviour. If a canvas is editable
the user can of course shift around and change the TButtons accidentally
or on purpose.
I wanted to say that I am looking for a different way to
disable the TButtons other than SetEditable because this has the above
mentioned unavoidable side effect.
Cheers
Otto

Hi Otto,

I have not seen a such functionality in TButton. But I may have missed it … I am not really an expert of this old GUI.

Olivier