ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
LineCursor (Property)
In french: CurseurLigne
The LineCursor property gets and sets the number of the line where the cursor is located in a Code Editor control.
Example
CODEEDT_MyEditor.LineCursor = 5
Syntax

Getting the number of the current line Hide the details

<Result> = <Code Editor control>.LineCursor
<Result>: Integer
Number of the current line.
<Code Editor control>: Control name
Name of the Code Editor control used.

Setting the number of the current line Hide the details

<Code Editor control>.LineCursor = <New number>
<Code Editor control>: Control name
Name of the Code Editor control used.
<New number>: Integer
Number of the line on which the cursor is to be positioned.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/08/2024

Send a report | Local help