Setting Firemonkey control font programmatically in C++
问题 I have a custom Firemonkey control that extends TEdit which is dynamically created on a form. I am attempting to set it's font size when it is created using: Search->Font->Size = 15; However, the font remains unchanged on the control. I have another control of the same type that is already on the form which I can change the font size programmatically. I noticed with this control, that if the Size setting is set to false in the StyledSettings properties I can change the font, whereas if the