TdxToggleSwitchStateIndicator Members
Contains settings of the checked state indicator for toggle switch editors (TdxToggleSwitch and TdxDBToggleSwitch).Properties
| Name | Description |
|---|---|
| Kind | Specifies how a toggle switch editor indicates its checked/unchecked states in addition to a thumb. |
| OffGlyph | Specifies the image for the unchecked state (also called the Off state). |
| OffText | Specifies the text label for the unchecked state (also called the Off state). |
| Position | Specifies the display position of the selected indicator – outside or inside the switch. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnGlyph | Specifies the image for the checked state (also called the On state). |
| OnText | Specifies the text label for the checked state (also called the On state). |
See Also