Programming guideline of WinDom
- Name
-
windom.mform.widget - define the widgets of modal formular
- Type
-
Variable
- Syntax
-
windom.mform.widget = <hexadecimal value>
- Default value
-
windom.mform.widget = 0x0009 (MOVER+NAME)
- Description
-
This variable sets the window widget of modal formulars. It
is an hexadecimale value, a bit field on the following values:
- NAME (0x1)
- CLOSER (0x2)
- FULLER (0x4)
- MOVER (0x8)
- INFO (0x10)
- SIZER (0x20)
- UPARROW (0x40)
- DNARROW (0x80)
- VSLIDE (0x100)
- LFARROW (0x200)
- RTARROW (0x400)
- HSLIDE (0x800)
- SMALLER (0x400)
- Related function
-
WindFormBegin()
- Parent group
-
windom.mform