Navigation: Code Documentation > RSFMXImpact > FMX.RS.Impact.Switches > Classes > TRSRotarySwitch
TRSRotarySwitch Methods
Name
Description
DoInitializeGauge
Initializes the SVG gauge or instrument from the class properties, i.e., apply the properties to the SVG.
Descendant classes override this method to initialize the SVG that draws the gauge with their properties.
GetDefaultLabels
Returns the default multi-line string (separated by #13#10) for the outside labels of the gauge (Overrides FMX.RS.Impact.Instruments.TRSCustomCircularGauge.GetDefaultLabels.)
InitializeNumberLabels
Initializes the labels on the outside of the gauge with numbers based on the Min and Max properties and how many MajorMarkers have been specified.
Note
The FormatStr property controls how the values are formatted.
MouseUp(TMouseButton,TShiftState,Single,Single)
Represents method MouseUp(TMouseButton,TShiftState,Single,Single).
Top