Applies to

Edit table.

Description

Defines the thickness of the rectangle drawn around the cell with focus.

Usage

gFocusRectWt = Get_Property (editTable,"FOCUSRECTWEIGHT")

sFocusRectWt = Set_Property (editTable,"FOCUSRECTWEIGHT", value)

Remarks

Values passed in Set_Property():

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

Returns

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.

See Also

FONT propertyFOCUSCELLFONT propertyFOCUSCELLCOLOR propertyFOCUSRECTSTYLE propertyFOCUSRECTCOLOR property

Example

Declare function Get_Property, Set_Property
 
* Set the rectangle weight to thick
focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 )
  • No labels