TTMSFNCStateManagerItems Class
Collection of named state snapshots managed by a state manager component. Each item stores a JSON serialization of a control tree that can be restored on demand.
API unit family: TMSFNCStateManager
Inherits from: TTMSFNCOwnedCollection
Implements: ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO
Syntax
TTMSFNCStateManagerItems = class(TTMSFNCOwnedCollection, ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the state items in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new state item to the collection and returns it. |
| Insert | Inserts a new state item at the specified position in the collection and returns it. |