You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Applies to

Edit table.

Description

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

Usage

gFocusRectColor = Get_Property (editTable,"FOCUSRECTCOLOR")

sFocusRectColor = Set_Property (editTable,"FOCUSRECTCOLOR", color)

Remarks

Values passed in Set_Property():

ValueDescription
colorAn RGB value. The default value is 0 (black).

Returns

Values returned by Get_Property and Set_Property

ValueDescription
gFocusRectColorReturns the current rectangle color.
sFocusRectColorReturns the rectangle color of the cell prior to the setting of the new color.

See Also

FONT propertyFOCUSCELLFONT propertyFOCUSCELLCOLOR propertyFOCUSRECTSTYLE propertyFOCUSRECTWEIGHT property

Example

 
Declare function Get_Property, Set_Property
$Insert Colors
* Set the rectangle color to red.
focusRectColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTCOLOR", Red$ )
  • No labels