Properties
The following properties are defined in the TabForm class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| Height | R | integer | Vertical display size | |
| Selected | CRW | boolean | Selected state | |
| TabBgColor | CRW | integer | $STD | Background color of the tab part Added since Ver.5.0.0 Not supported in Mobile |
| TabFgColor | CRW | integer | $STD | Text color of tab part Added since Ver.5.0.0 Not supported in Mobile |
| Title | CRW | String UString(※) | Title to be displayed in the tab part ※ When ValueType is UString Added since Ver.5.0.3 | |
| Width | R | integer | Horizontal display size | |
| X | R | integer | Horizontal display position | |
| Y | R | integer | Vertical display position |
Access
R: Readable W: Writable C: Initializable
※ The HorizontalScale, VerticalScale, and FontScale properties of the Form class are not inherited by this class. If you want to use these features, place the Form inside the TabForm.