Gives the Y location of the last click or right-click relative to the control within which the click occurred. The location is always expressed in the Unit of Measurement that is in effect.
|
Syntax:
|
ClickCY()
|
Parameters:
|
None
|
Returns:
|
Numeric value
|
Example:
|
ClickCY() returns the Y coordination of where the user clicks the mouse relative to a control.
|
Note:
|
In Online tasks, when clicking on a Tab control, the ClickCY( ) function returns the layer number of the clicked tab.
|
Exceptions:
|
This function is not supported in Web Client tasks.
|
Platform specific:
|
This function is supported for the following controls on Android and iOS:
-
Button
-
Label
-
Link
-
Image
-
Group
-
Combo Box
Since version: 3.3a
|
See also:
|
ClickCX, ClickWX, ClickWY
The Online and Rich Client Samples projects (program IF04 and RIF04)
|
Since version:
|
Right-click support – since version 3.3
|