Beginning_of_Line - DfBaseRichEdit
Places the cursor at beginning of current line
Type: Procedure
Syntax
Procedure Beginning_of_Line
Call Example
Send Beginning_of_Line
Description
Places the cursor at the beginning of the current line (the line the cursor is currently in) in the control.
If text is selected, places the cursor at the beginning of the line at the beginning of the selected text.
Sample
This sample places the cursor at the beginning of the current line in control oRichEdit1.
send Beginning_of_Line of oRichEdit1