Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
gFocusRectStyleReturns the current rectangle style.
sFocusRectStyleReturns the style of the cell prior to the setting of the new style.

See Also

FONT propertyFOCUSCELLFONT propertyFOCUSCELLCOLOR propertyFOCUSRECTWEIGHT propertyFOCUSRECTCOLOR property

Example

 
Code Block
Declare function Get_Property, Set_Property
 
* Set the rectangle style to a solid line
focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTSTYLE", 1 )