Method XbpColumn():show() Foundation

Shows the column when it is hidden.

Syntax
:show() --> lSuccess
Return

:show() returns .T. (TRUE) if the column is shown, or .F. (FALSE) in case of an error.

Description

:show() shows a column previously hidden using :hide(). The hidden column is shown at its original position within the browse, and can again be navigated to with the keyboard or the mouse.

Showing hidden columns changes the display and the navigation order of the columns within the browse. See the method :hide() for further information.

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.