2.121 .fieldfocus[index]
This attribute defines or queries the field in a tablefield (without header) that currently has the focus, indicated by [row,column]. In contrast to .focus[index] where also the headers are considered.
Definition
-
Data type
boolean
-
Access
get, set
-
changed event
yes

-
C
Data type: DT_boolean
-
COBOL
Data type: DT-boolean
-
Classification
object-specific attribute
-
Objects
Example
Var := Tf.fieldfocus[2,2];
// Var => boolean