|
|
|
|
|
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. New in version 2025CODEEDT_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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|