TTMSFMXNativeUISwitch
Usage
The TMSFMXNativeUISwitch
class is typically used to create and manage On/Off Buttons.
Properties
Property name | Description |
---|---|
Value | A Boolean value that determines the off/on state of the Switch. |
Visible | Shows / hides the Switch. |
Methods
Method name | Description |
---|---|
Switch | Returns a reference to the native iOS UISwitch. |
Events
Event name | Description |
---|---|
OnValueChanged | Event called when the off/on state of the Switch changes. |