COLUMNSTYLE data type is an ENUM with 10 values starting at 0:
type COLUMNSTYLE is ENUM
Value
|
Columnstyle
|
0
|
DEFAULT
|
1
|
EDIT
|
2
|
EDITBUTTON
|
3
|
CHECKBOX
|
4
|
TRISTATECHECKBOX
|
5
|
DROPDOWN
|
6
|
DROPDOWNLIST
|
7
|
DROPDOWNVALIDATE
|
8
|
BUTTON
|
9
|
DROPDOWNCALENDAR
|
Note
Default indicates that the columnstyle is not set within the application.