FMX.Forms.TCommonCustomForm.StyleBook
Delphi
property StyleBook: TStyleBook read FStyleBook write SetStyleBook;
C++
__property Fmx::Controls::TStyleBook* StyleBook = {read=FStyleBook, write=SetStyleBook};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
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.