Skip to content

End_of_Data - DfBaseRichEdit

Places the cursor at end of the text in control

Type: Procedure

Syntax

Procedure End_of_Data

Call Example

Send End_of_Data

Description

Places the cursor at the end of the text in the control.

Sample

This sample places the cursor at the end of the text in the control

send End_of_Data of oRichEdit1