Listbox topline clauseΒΆ
listbox_id->topline = int_expression
This clause may be used to change the top line displayed in a listbox. Line numbers start from 1. If the line is on the last page, the line will be brought into view but will not necessarily be displayed as the top line.
The clause may also be used to retrieve the current top line displayed in a listbox.
NOTES
The scroll command has identical functionality to the topline clause.
EXAMPLES
NameList->topline = 16
MainList->topline = Value[tmp.Line]
tmp.Line = CashBox->topline
RELATED TOPICS |