FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/docs/dictionary/function/controlAtLoc.lcdoc at develop · livecodeali/livecode · GitHub
livecodeali
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
docs
/
dictionary
/
function
/
controlAtLoc.lcdoc
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (26 loc) · 898 Bytes
Breadcrumbs
livecode
/
docs
/
dictionary
/
function
/
controlAtLoc.lcdoc
Copy path
File metadata and controls
41 lines (26 loc) · 898 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: controlAtLoc
Type: function
Syntax: controlAtLoc(<coordinates>)
Summary:
Returns the control at the specified location.
Introduced: 6.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
put controlAtLoc((10,10))
Example:
get the name of (controlAtLoc(the mouseLoc))
Parameters:
coordinates(point):
A location, relative to the current stack
Returns(string):
The control at the given location, in the form: control control_number.
Description:
The <controlAtLoc> function returns the control at the given location.
The function returns the number of the control, below are examples of
getting the name or long id of the control
get the name of (controlAtLoc(<coordinates>))
get the long ID of (controlAtLoc(<coordinates>))
References: mouseLoc (function), controlAtScreenLoc (function),
control (keyword), location (property)
Tags: ui
Back
|
FazBrowse Home
|
New Git URL