FMX.Controls.IStyleBookOwner.StyleBook
Delphi
property StyleBook: TStyleBook read GetStyleBook write SetStyleBook;
C++
__property TStyleBook* StyleBook = {read=GetStyleBook, write=SetStyleBook};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | IStyleBookOwner |
Description
Gets and sets the stored styles of the current scene.
To create a new style, use the Style Designer. See details here: Style Resource Storage.
Implement the GetStyleBook and SetStyleBook methods to get and set the value of the StyleBook property.