TTMSFNCAppUpdateFileList Class
Holds the collection of files that are evaluated and downloaded during an update operation.
API unit family: TMSFNCAppUpdate
Inherits from: TCollection
Syntax
TTMSFNCAppUpdateFileList = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the file entries in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Creates a new file entry and appends it to the end of the collection. |
| GetItemClass | Returns the item class used when new items are created in the collection. |
| Insert | Creates a new file entry and inserts it at the specified position. |