How to add new page in PageControl via Form designer?

Hi,
I put the TPageControl component on the form and now I need to add a page to it. Please tell me how to do this? I use Form designer.

Right-click the control and click "New Page".

Of course, this is how it should work) But my IDE is built from scratch and the TIDEFormDesignControl.PopupMenu does not contain such an item. Am I missing some option?

Associate a TPopupMenu to your TFormDesignControl component and it should work.

Adding a menu to the TIDEFormDesignControl component didn't work for me (the right button works on other controls, but not on TPageControl — it's strange).

I added a separate popup menu to the TIDEEngine.Designer component and it works great. Is this a correct solution?

Yes, you can use it like that.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.