&TYPWID(TYPE,number[,SUBTYP,number][,PROP,property][,IFERR,label:])
Queries or modifies the line width preference for a specific object type, subtype, and/or property. The following is a list of valid values for line width.
-1 = &NOPAR
0 = &DFAULT
1 =
&NORMAL
2 = &THICK
3 = &THIN
Read/Write - number - [-1..3]
See the note on general rules for &TYPCLR, &TYPFNT, and &TYPWID. Please see list, Object Types and subtypes.
Parameter |
Description |
TYPE |
Minor word which indicates the object type number is to follow. |
number |
The object type number. Please see list, Object Types and subtypes. |
SUBTYP |
Minor word which indicates the objects subtype number is to follow. |
number |
The objects subtype number. Please see list, Object Types and subtypes. |
PROP |
Minor word which indicates that the property is to follow. |
number |
The object's property number. Please see list, Object Types and subtypes. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |