Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== FOCUSRECTWEIGHT Property ====== ==== 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(): ^Value^Description^ |1|Light ( 1 pixel )| |2|Medium ( 2 pixels )| |3|Thick ( 3 pixels )| ==== Returns ==== Values returned by Get_Property and Set_Property ^Value^Description^ |gFocusRectWt|Returns the current rectangle weight.| |sFocusRectWt|Returns the rectangle weight of the cell prior to the setting of the new style.| ==== See Also ==== [[font|FONT property]], [[focuscellfont|FOCUSCELLFONT property]], [[focuscellcolor|FOCUSCELLCOLOR property]], [[focusrectstyle|FOCUSRECTSTYLE property]], [[focusrectweight|FOCUSRECTWEIGHT property]], [[focusrectcolor|FOCUSRECTCOLOR property]] ==== Example ==== <code> Declare function Get_Property, Set_Property * Set the rectangle weight to thick focusCellColor = Set_Property( @window : ".TABLE_1", "FOCUSRECTWEIGHT", 3 ) </code> guides/programming/programmers_reference_manual/focusrectweight.txt Last modified: 2024/06/19 20:20by 127.0.0.1