Defines the different lights in the traffic light
Namespace: FMX.RS.Impact.Lights
Delphi
|
public
type
TLight = (ltRed, ltYellow, ltGreen);
|
|
Name
|
Description
|
|
ltGreen
|
Represents constant ltGreen.
|
|
ltRed
|
Represents constant ltRed.
|
|
ltYellow
|
Represents constant ltYellow.
|
Top
|