TTMSFNCBitmapCollection Class
An owned collection of TTMSFNCBitmapItem entries managed by a TTMSFNCBitmapContainer.
API unit family: TMSFNCBitmapContainer
Inherits from: TOwnedCollection
Syntax
TTMSFNCBitmapCollection = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the TTMSFNCBitmapItem entries in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new empty TTMSFNCBitmapItem to the collection and returns it. |
| Insert | Inserts a new empty TTMSFNCBitmapItem at the specified index and returns it. |