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.
WINDEVUniversal Windows 10 App In a window, this sequence of characters is used to define the position of the input cursor for a text:
  • in an element found in a List Box or Combo Box control.
  • in the title bar and/or status bar of a window.
  • in a Static control.
Example
WINDEV
// Add the word "Raised" into the "LIST_WritingType" control
ListAdd(LIST_WritingType, gCoord(2,2) + "Raised" + 18 + gCoord(1,1) + "Raised")
Syntax
<Result> = gCoord(<X> , <Y>)
<Result>: Character string
Sequence of characters defining the writing position.
WINDEVUniversal Windows 10 App This sequence of characters can be:
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