Label Class
A class that displays character labels.
The value of the Value property is formatted according to the specification of the Format property and displayed on the screen.
If the character does not fit within the right edge of the display range, it will be displayed on the next line with a line break. Word wrap is taken into consideration for the line feed position, and if no word break is found in the alphabet, no line break is performed.
If the line does not fit within the bottom of the display range, it will be clipped and the following lines will not be displayed.
Screen display example
Printer output by Doc class
It will be printed in the same way as the screen.
If the BorderStyle property is set to $ DASH or $ DOT, it will be printed according to the style, but in other cases, the border will always be a solid line and the specification of the BorderStyle property will be ignored. Even if you specify the UString type as the data type, all characters are converted to multibyte when printing, so Unicode-specific characters are printed as “?”.
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed, Date and UString.
Added since Ver.4.2.0
Restrictions when visual style is enabled
◆ Visual style specification is invalid.
Precautions when scaling
Nothing in particular.
