guides:programming:programmers_reference_manual:focusrectweight

FOCUSRECTWEIGHT Property

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():

ValueDescription
1Light ( 1 pixel )
2Medium ( 2 pixels )
3Thick ( 3 pixels )

Values returned by Get_Property and Set_Property

ValueDescription
gFocusRectWtReturns the current rectangle weight.
sFocusRectWtReturns the rectangle weight of the cell prior to the setting of the new style.
Declare function Get_Property, Set_Property

 

* Set the rectangle weight to thick

focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 )
  • guides/programming/programmers_reference_manual/focusrectweight.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1