ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Graphic string functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Builds a sequence of characters used to define the position of the input cursor for a text.
Example
Syntax
<Result> = gCoord(<X> , <Y>)
<Result>: Character string
Sequence of characters defining the writing position.
WEBDEV - Server code This sequence of characters is not interpreted by the controls in WEBDEV. This function can be used to format the string returned by a WEBDEV Webservice consumed by a WINDEV or WINDEV Mobile application.
<X>: Real
X-coordinate (in pixels) of the new cursor position for the next text to write. If this parameter corresponds to an empty string (""), the x-coordinate corresponding to the cursor position will not be modified.
<Y>: Real
Y-coordinate (in pixels) of the new cursor position for the next text to write. If this parameter corresponds to an empty string (""), the Y-coordinate corresponding to the cursor position will not be modified.
Remarks
All the coordinates are expressed in pixels in relation to the upper-left corner of the element used (the upper-left corner of the row found in the List Box or Combo Box control for example).
Component: wd290mdl.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/08/2022

Send a report | Local help