Fields

Top  Previous  Next

Fields contains a collection of the fields in the virtual Screen. It provides methods to iterate through the fields, find fields based on location, and find fields containing a given string. Each element of the collection is an instance of Field.

Fields can only be accessed through Screen using the Fields property. Fields is a static view of the virtual Screen and does not reflect changes made to the virtual Screen after its construction. The field list can be updated with a new view of the virtual Screen using the Refresh() method.

 

Note: All Fields objects returned by methods in this class are invalidated when Refresh() is called.

 

See also Fields Properties and Methods.