Method XbpColumn():drawRow() Foundation
Refreshes a single row in the data area of the column.
Syntax
:drawRow( <nRowPos>, [<lRepaint>] ) --> lSuccess
Parameters
<nRowPos>
<nRowPos> is a numeric value indicating the ordinal position of the row in the data area.
<lRepaint>
<lRepaint> specifies whether or not the row is immediately re-displayed when the method returns. The default value is .T. (true) and the row is automatically re-displayed.
Return
The method returns .T. (true) when the row is drawn, 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.