TabForm Class
A class that defines each tab of the TabFrame class. Be sure to use it as a child object of the TabFrame class.
The TabForm class inherits the functionality of the Form class, so objects can be placed underneath. Subordinate objects are never displayed beyond the area of the TabForm object to which they belong, and are clipped by the size of the TabForm object.
Screen Display Example
Default properties and ValueType
The default property is Value . ValueType can be String, Number, Fixed, Date and UString.
Added UString since Ver.4.2.0
Restrictions when visual style is enabled
◆ Specifying TabFgColor and TabBgColor is invalid.
Precautions when scaling
◆ The size of TabForm is automatically determined by the size of TabFrame, but the size is further corrected to correct the scaling error that occurs in TabFrame. Specifically, when enlarged, the size will be larger than the theoretical value.
