TTMSFNCEditorListCollection Class
Ordered collection of TTMSFNCEditorListItem items belonging to an editor list view.
API unit family: TMSFNCEditorListView
Inherits from: TOwnedCollection
Syntax
TTMSFNCEditorListCollection = class(TOwnedCollection)
Properties
| Name |
Description |
| Items |
Returns the item at the specified zero-based index. |
Methods
| Name |
Description |
| Add |
Appends a new item to the collection and returns it. |
| Insert |
Inserts a new item at the specified zero-based position and returns it. |
Events
| Name |
Description |
| OnChanged |
Fires when the collection changes so the owner list view can refresh its layout and painting. |