TTMSFNCWXElementContainers Class
A collection of element containers hosted by the container control. Each item represents an independent block of HTML content.
API unit family: TMSFNCWXContainer
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCWXElementContainers = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| ItemByID | Provides access to an element container by its unique identifier. |
| Items | Provides indexed access to the element containers in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new element container to the collection. |
| Clear | Removes all element containers from the collection, wrapping the operation in an update of the host control. |
| Insert | Inserts a new element container at the given position in the collection. |
| Recreate | Marks every element container to be recreated, regenerating its identifier so it is rebuilt in the hosted page. |