Edit table.
Defines the thickness of the rectangle drawn around the cell with focus.
gFocusRectWt = Get_Property( editTable,"FOCUSRECTWEIGHT")
sFocusRectWt = Set_Property( editTable,"FOCUSRECTWEIGHT", value)
Values passed in Set_Property():
Value | Description |
---|---|
1 | Light ( 1 pixel ) |
2 | Medium ( 2 pixels ) |
3 | Thick ( 3 pixels ) |
Values returned by Get_Property and Set_Property
Value | Description |
---|---|
gFocusRectWt | Returns the current rectangle weight. |
sFocusRectWt | Returns the rectangle weight of the cell prior to the setting of the new style. |
FONT property, FOCUSCELLFONT property, FOCUSCELLCOLOR property, FOCUSRECTSTYLE property, FOCUSRECTWEIGHT property, FOCUSRECTCOLOR property
Declare function Get_Property, Set_Property * Set the rectangle weight to thick focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 )