Table of Contents

TTMSFNCTableViewCopyItems Class

Temporary item collection used to hold items during clipboard copy or cut operations.

API unit family: TMSFNCTableView Inherits from: TTMSFNCTableViewItems

Syntax

TTMSFNCTableViewCopyItems = class(TTMSFNCTableViewItems)

Properties

Name Description
Items Gets or sets items. (inherited from TTMSFNCTableViewItems)

Methods

Name Description
Add Appends a new item to the collection and returns it. (inherited from TTMSFNCTableViewItems)
Clear Removes all items from the collection. (inherited from TTMSFNCTableViewItems)
Insert Inserts a new item at the specified index and returns it. (inherited from TTMSFNCTableViewItems)
Sort Sorts the items. (inherited from TTMSFNCTableViewItems)
TableView Returns the table view that owns this collection. (inherited from TTMSFNCTableViewItems)