I don't understand the IDE some times.
I don't understand the IDE some times.
I have created frames more than 100 times in FMX, added them in a new form in TabControls and added other components (Labels, etc.).
Now, I created a new TFrame but when I add it in a form it behaves like it is locked. I can't add it in a TabItem and can't add any other components in it.
Anyone has any idea what is wrong?
Thanls
I have created frames more than 100 times in FMX, added them in a new form in TabControls and added other components (Labels, etc.).
Now, I created a new TFrame but when I add it in a form it behaves like it is locked. I can't add it in a TabItem and can't add any other components in it.
Anyone has any idea what is wrong?
Thanls
But I want to add different elements to the frame each time. Isn't it possible?
ReplyDeleteThis is by design and documented: "The only limitation on modifying embedded frames is that you cannot add components to them."
ReplyDeletedocwiki.embarcadero.com - Using and Modifying Frames - RAD Studio
Oh! Thanks
ReplyDelete