Show: Delphi
C++
Display Preferences
FMX.Types.IScene.StyleBook
From XE2 API Documentation
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.Types.pas FMX.Types.hpp |
FMX.Types | IScene |
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.