In the list of new capabilities of RAD Studio XE3 there is a line: Bitmap Sytles. What is this new Bitmap Styles?
Some theory: styles in FireMonkey are just common FM objects, which can be located on a form. But the objects are grouped in special way. For example, in order to get a button we’re using an object TRectangle. We’re setting the necessary properties, adding some effects and animations, assigning some triggers to respond to some events. The button style for a button in XE2 looks lik...