Pardon me if I am not asking this properly or inserting graphics when I should not be. I am very interested in XOJO as I would like to move from PCSoft WinDev / WebDev to XOJO.
I’m wondering if it is possible to create what we called a control template like this. You place it on every page you need this functionality.

As the window or page is initialized you assign the values to the CRUD template. Every page would use the template but have their own initialization code: Each placement of the control is an instance of the template. It is not simply copying controls to each window or page.
The use of a control template is what I call visual oop. Create it once, use everywhere. And the nice feature of this is you can override or extend each of the buttons.
Is this feasible in XOJO
