Forms Property

The Forms collection is a collection whose elements represent each loaded form in the user interface. Forms are created dynamically by the recognition engine when a screen is received from the host, or by using the OpenForm macro action.

This property must be used with an index that specifies the specific form. The least recently created form has an index of 0. The remaining forms are included in the collection in the order in which they were created. Read-only.

object.Forms(index) = [integer]

Where object is an object expression that evaluates to one of the objects in the Applies To list, and integer is the index of the form in the Forms collection.

Note

The Forms collection has a single property, Count, which specifies the number of elements in the collection

See Also

CloseForm action | Controls property | OpenForm action | Forms collection

Applies To

App object


© 2004-2021 looksoftware. All rights reserved.