Member variable TBrowse():autoLite Foundation

Indicates whether the browse cursor is automatically highlighted as part of stabilization.

Attribute: EXPORTED
Data type: Logical (.T.)
Description

This instance variable contains a logical value. When it is .T. (true), the browse cursor is displayed in highlighted color as soon as TBrowse stabilization is complete. At this point the browse cursor accurately indicates the current row and column.

The default value of :autoLite is .T. (true). If set to .F. (false), the browse cursor can nevertheless be highlighted using the method :hilite(). The color of the browse cursor is either the second color contained in the TBrowse instance variable :colorSpec, or is determined by one of the instance variables oTBColumn:defColor or oTBColumn:colorBlock of the TBColumn object associated with the current column.

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.