FindByPosition

Returns the FlexField object specified the screen position.


Syntax

FindByPosition(Position)


Parameters


Position

Integer, input



Integer value of the zero based screen position, which may be obtained by using the FlexScreen.Position method.


Example

Sub Main()

FirstField = FlexFields.FindByPosition(FlexScreen.Position(1,1))

End Sub