He, I'm try to resize my form using the component TsSkinManager.
The property Options.ScaleMode gives the ability to vary the size (with and height) of the form, changing (at design time) the value from smOld to (for example) sm125: it works ok.
How to change the design-time value during run-time phase?
Tha values “sm…” is of type TacScaleMode, but the compiler don't accept “var Bm: TacScaleMode” or similar, nor assigning the new value sm100, sm125… to the property is accepted.
Thanks