hilitedLine | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | hilitedlines | ||||||
Associations | field | ||||||
Summary | Specifies the numbers of the selected lines in a list field. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field, line, lines Property: selected, listBehavior, toggleHilites, threeDHilite, noncontiguousHilites, multipleHilites Command: select Function: selectedText, selectedLine Control Structure: function Glossary: property, integer, list field, chunk expression | ||||||
Description | Use the hilitedLine property to check which lines in a list field are selected, or to select a line. Each item of the hilitedLine property is a line number. For example, if the first and fourth lines of the field are selected, the hilitedLine is 1,4. You can retrieve the text of the selected lines either by using the line numbers in a chunk expression or by using the selectedText function. If the field's listBehavior property is false, this property has no effect. | ||||||
Tags | ui |