*OLDDRAW (GETMODE)
PLBCMP GUI Only
*OLDDRAW={value}
The *OLDDRAW control reports the drawing mode for objects. When OLDDRAW mode is ON, EDITTEXT data is centered within the defined region. When OLDDRAW mode is OFF, EDITTEXT data is displayed at the position specified. The default is *OLDDRAW=OFF.
{value} is a previously defined Numeric Variable that reports the current state of the old drawing mode.
The {value} returned is one of the following:
|
Value |
Old drawing mode is ... |
|
0 |
OFF (default). |
|
1 |
ON. |
|
99 |
unavailable (PLBCON). |
See Also: List Controls (GETMODE), GETMODE
![]() |