Method XbpListBox():getTabstops() Foundation

Queries the tab stops of the listbox.

Syntax
:getTabstops() --> anTabstops
Return

This method returns a one dimensional array containing the numeric tab stop positions currently set for the listbox object.

Description

The :getTabstops() method returns the tab stop positions of the listbox object that are specified with the method :setTabstops(). If no tabulator position is specified, the method returns an empty array.

Tab stop positions are not supported for the list box part of an XbpCombobox object.

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.