Applying FireMonkey Styles

From RAD Studio
Jump to: navigation, search
StyleLookup menu for TButton

Go Up to Customizing FireMonkey Applications with Styles


FireMonkey styles are delivered in the RAD Studio product installation, at the following paths:

  • C:\Program Files (x86)\Embarcadero\Studio\23.0\Redist\styles\Fmx
  • C:\Users\Public\Documents\Embarcadero\Studio\23.0\Styles
  1. Choose File > New > Multi-Device Application and choose a blank application, 3D application or template.
  2. Place a control on your form (for example, FMX.StdCtrls.TButton):
    TButtonAndroid.JPG
  3. In the Form Designer, select the TButton on your form.
  4. In the Object Inspector, click the Down Arrow in the StyleLookup property.
    In the StyleLookUp popup menu, you can see the different designs for the button, as shown in the illustration.
  5. Apply a style by selecting the design you want. For example, you might select the Info button:
    InfoBtnAndroid.JPG

Also, the style of a control can be set by changing the style of the entire form. For details, see Working with Native and Custom FireMonkey Styles.

See Also