I truly enjoy creating things with Xojo. This time, I built a little game with Xojo Web just to see if it was possible. In…
Comments closedTag: Container
API 2.0, formerly ContainerControl
The process of adding new controls to windows (or containers) at runtime has been greatly simplified. Instead of having to deal with control arrays, when you use Xojo 2021r3 or later you can call the new AddControl method on the DesktopWindow (or DesktopContainer) where you want to add the new control. Continue reading and I will show you how!
Comments closed