Skip to content

End_of_Line - DfBaseRichEdit

Places the cursor at end of current line

Type: Procedure

Syntax

Procedure End_of_Line

Call Example

Send End_of_Line

Description

Places the cursor at the end of the current line (the line the cursor is currently in) in the control.

If text is selected, places the cursor at the end of the line at the end of the selected text.

Sample

This sample places the cursor at the end of the current line in control oRichEdit1.

send End_of_Line of oRichEdit1