IDE Error: Cannot paste TToolButton in the designer

Viewed 101

In the Delphi 10.1 IDE create a VCL Application. Then insert a TToolBar on the Form. Then create a new TToolButton on the toolbar. Then COPY the button to the clipboard. Then select the toolbar. Then try to PASTE the button from the clipboard to the toolbar. An error message is displayed:

enter image description here

This is strange, as I assume that any control which has been copied from a container could be pasted back to the same container.

Is this a bug and can this error be avoided?

0 Answers
Related