Member variable TBrowse():stable Foundation

Indicates whether the TBrowse object is stable and synchronized with the data source.

Attribute: EXPORTED
Data type: Logical
Description

This instance variable contains a logical value. When it is .T. (true) the TBrowse object is stable. A TBrowse object is considered stable when the header rows, footer rows, and all data that can fit in the browse window has been displayed, the data source is synchronized with the browse cursor, the browse cursor is highlighted (if :autolightis set to .T. (true) ), and there are no pending skips remaining to process. As soon as a TBbrowse object receives a message to move the browse cursor, the instance variable :stable is set to .F. (false). :stable is set to .T. (true) only when the browse is once again made stable by the methods :stabilize() or :forceStable().

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.