<< Click to Display Table of Contents >> DividerStyle |
Sets the paint-style for dividers.
property DividerStyle [long] VPE.DividerStyle
read / write; runtime only; also supported by TVPEObject
Possible Values:
the style of dividers, possible values are:
ActiveX / VCL |
Value |
Enum |
Comment |
VFF_STYLE_NONE |
0 |
StyleNone |
no dividers |
VFF_STYLE_1_4 |
1 |
Style_1_4 |
1/4 height |
VFF_STYLE_1_3 |
2 |
Style_1_3 |
1/3 height |
VFF_STYLE_1_2 |
3 |
Style_1_2 |
1/2 height (default) |
VFF_STYLE_2_3 |
4 |
Style_2_3 |
2/3 height |
VFF_STYLE_3_4 |
5 |
Style_3_4 |
3/4 height |
VFF_STYLE_1_1 |
6 |
Style_1_1 |
full height (default for AltDivider) |
Default:
VFF_STYLE_1_2, dividers are drawn at ½ height of the FormField's height
"FormFields" in the Programmer's Manual