|
TRSCubeLight
|
Provides a simple block or cube light gauge that can be turned on or off with the Checked property. Use the FMX.RS.Impact.Lights.TRSCubeLight.Parts property to specify which parts (frame, backface, glass, hands, etc) of the gauge to render.
The user can turn on or off the light if the EnableActions property is true.
Tip
|
The cube lights can be stacked to make more elaborate light arrangements.
|
|
|
TRSTrafficLight
|
Provides a traffic light. The Lights property controls which lights (red/top, yellow/middle, green/bottom) are on or off. Use the FMX.RS.Impact.Lights.TRSTrafficLight.Parts property to specify which parts (frame, backface, glass, hands, etc) of the gauge to render.
The user can turn on or off the lights if the EnableActions property is true. Use the MultiSelect property to control if the user can turn on multiple lights at once.
|