FMX.Forms.TForm.StyleBook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleBook;

C++

__property StyleBook;

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies the style book for this form.

FMX.Forms.TForm.StyleBook inherits from FMX.Forms.TCommonCustomForm.StyleBook. All content below this line refers to FMX.Forms.TCommonCustomForm.StyleBook.

Specifies the style book for this form. For more information on how to customize the looks of a FireMonkey application with styles, refer to the Customizing FireMonkey Applications with Styles help topic.

See Also