Method TBrowse():forceStable() Foundation

Forces complete stabilization of the display.

Syntax
:forceStable() --> self
Return

:forceStable() returns a reference to the TBrowse object.

Description

: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 

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.