TTMSFNCStyles.SetActiveScene Method
Sets the active FMX scene that style-aware components will use for context during style updates.
API unit family: TMSFNCStyles
Declaring type: TTMSFNCStyles
Syntax
class procedure SetActiveScene(AScene: IScene); virtual;
Parameters
| Name | Description |
|---|---|
AScene |
The FMX scene interface to register as the active scene. |