[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Collection of items in ListView.
Source position: comctrls.pp line 1611
public property TCustomListView.Items : TListItems |
Items - the list of entries in the list. Held as a linked list with a cached index of the last accessed item
Items is of type TListitems which has a built-in cache of the last accessed item. This speeds up interface updates since Item.Index is often used for the same item updating more properties. If FCacheIndex = -1 then the cache is not valid.
lazarus-ccr.sourceforge.net |