Versions Compared

Key

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

...

FONT propertyFOCUSCELLFONT propertyFOCUSRECTSTYLE propertyFOCUSRECTWEIGHT propertyFOCUSRECTCOLOR property

Example

 
Code Block
Declare function Get_Property, Set_Property
 
* Set the font of the cell that has focus within an edit table to Green.
 
$Insert COLOR_Equates
focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSCELLCOLOR", Green$ )