Hello,
I want to disable all the controls that are on the specific panel (buttons, edits, etc.) while i read data from server. For that reason i use:
TPanel.Enabled := False
And reenable it after reading is finished. If i click on any disabled button while panel is disabled, its e...