foundLoc | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the location of the top left corner of the box that surrounds text found by the find command. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: pixels Control Structure: function Keyword: item, selection Object: stack Glossary: current card, integer, command, return, return value, stack window Command: find Function: selectedLoc, foundField | ||||||
Description | Use the foundLoc function to determine the location in the stackwindow where the found text is shown. When the find command finds text, it surrounds the text with a box. The first item of the return value is the horizontal distance in pixels from the left edge of the stack to the left edge of this box. The second item of the returned value is the vertical distance from the top edge of the stack window to the top of the box. The foundLoc function is cleared when the text selection moves into the foundField or when the current card is closed. At the same time, the box the find command draws around the found text disappears. If there is no box, the foundLoc function returns empty. | ||||||
Tags | database |