| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| AddButton | Add a Button type Page Object. | |
| AddComboBox | Add a ComboBox type Page Object based on a Standard Range. | |
| AddDbComboBox | Add a DbComboBox type Page Object based on a Standard Range. | |
| AddLabel | Add a Label type Page Object. | |
| AddTextBox | Add a TextBox type Page Object based on a Standard Range. | |
| Clear | Clear collection. | |
| CreatePageObject | Create a finPageObject object. | |
| DirtySet System Use Only | ||
| ExistsName | See if a Page Object with this Name exists in the collection. | |
| FromXmlString | Populates collection from an XML string. | |
| GetAutoGeneratedPageObjectName | Get a unique Auto-Generated Page Object Name. | |
| GetObjectName | ||
| Insert | Insert an item into the collection at the specified position. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. | |
| ToXmlString | Persists collection to an XML string. | |
| Validate | Validates the collection. |
| Name | Description | |
|---|---|---|
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemByName Read-Only | Retrieve an item by its name. |