Hi, I would like to change the names of the buttons.
for example, instead to say: New Edit Delete, Should say: "New User" "Edit User" Delete User"
thank you
You can use the text property for that - see example here.
text
Colin
Perfect, thanks a lot.
Thank you, it helped me too! Additional question: When you click on each button mentioned above, a window POPs up. How to replace the window title text (top) and button text (bottom). As in this screenshot
You can do that with formTitle and formButtons - see example here.
formTitle
formButtons
Super!
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
You can use the
text
property for that - see example here.Colin
Perfect, thanks a lot.
Thank you, it helped me too!
Additional question:
When you click on each button mentioned above, a window POPs up. How to replace the window title text (top) and button text (bottom).
As in this screenshot
You can do that with
formTitle
andformButtons
- see example here.Colin
Super!