SetCaretPosition Method (OracleFormsTextField)
Class
OracleFormsTextField
.
Action
Sets the position of the text insertion caret for this text field.
Syntax
C#
oracleFormsTextField
.
SetCaretPosition
(
index
)
VB
oracleFormsTextField
.
SetCaretPosition
(
index
)
Variable
Description
index
New position of the text insertion caret. The value is zero-based.
Integer
.