Refresh

This method updates the collection of FlexField objects. All FlexField objects in the current virtual screen are added to the collection. Individual FlexField object will not be preserved across refreshes.


Syntax

FlexFields.Refresh()


Example

Sub Main()

FlexFields.Refresh()

End Sub