Sydney Meeting – February 2012

February 2012

Converting your VCL applications to FireMonkey – Mathias Bubach

This month we will look at the challenges when trying to convert your existing VCL application to FireMonkey. In the process we will examine a tool called Mida to convert VCL apps to FireMonkey and see some of the challenges when doing so.… Continue reading ›

Changing the Color of a FireMonkey Edit box

The new FireMonkey components have extensive design time functionality through the style engine so the presentation of components can be easily varied by the style editor. Some of the style parameters are also included in the object properties such as Font and FontFill (the new way to change the font color) but if the object code does not expose the parameter you need how do you change the style information dynamically at runtime?… Continue reading ›