Hello, I want my application's items, such as text, buttons, text fields, cboBoxes etc. resize along with the application being resized. I would prefer resizing when user fullscreens/drags the window to change size, but ultimately a set resoultion changed via button click would be fine too.Please keep in mind that I am still a beginner in Free Pascal. However, I will try to learn and understand any submissions.Thank you for your time!
Be aware, that anchors ALONE won't work, if you have multiple controls (e.g. Listboxes) side-by-side, and you want them to resize according to the ratio they have to each other.In that case, "manual" calculation is necessary
Here I just updated the memo but you can update any of your other visible component on your form.I tend to pair this up with "sessionProperties" component to save the new font selection from one run to the next but that is another topic. MAS