Method XbpMultiCellGroup():hiliteCell() Foundation

Displays a cell in normal or highlight color.

Syntax
:hiliteCell( <nRowPos>, <nColPos>, <lHilite>, ;
            [<lFrame>], [<lRepaint>] ) --> lSuccess
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal row position of the cell whose color is changed.
<nColPos>
<nColPos> is a numeric value indicating the ordinal column position of the cell whose color is changed.
<lHilite>
A logical value must be passed for <lHilite>. When .T. (true) is specified, the cell is drawn in highlight color. The value .F. (false) selects the normal color.
<lFrame>
The default value for <lFrame> is .T. (true) which causes a frame to be drawn around the cell, if one is specified upon object creation. Passing the value .F. (false) suppresses the display of the frame.
<lRepaint>
<lRepaint> specifies whether or not the cell is immediately re-displayed when the method returns. The default value is .T. (true) and the cell is automatically re-displayed.
Return

The method returns .T. (true) when the cell is drawn in the selected color, or .F. (false) in case of a failure.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.