Method TBrowse():forceStable() Foundation
Forces complete stabilization of the display.
:forceStable() --> self
:forceStable() returns a reference to the TBrowse object.
:forceStable() completely stabilizes the TBrowse object, without allowing user input. It is equivalent to the following two program lines:
DO WHILE .NOT. oTBrowse:stabilize()
ENDDO
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.