ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamCustomFileList.Items Property

Contains the list of items displayed by the list view.

Syntax
Pascal
property Items: TJamFileListItems;

Use Items to directly access the TJamFileListItems objects that represent the items in the list. Setting this property at design time brings up the ListView Items Editor. Use this dialog to add or delete items or subitems, and to edit their display properties. At runtime, use each item's Caption, ImageIndex, and StateIndex properties to change the appearance of the list items.

Copyright (c) 2011. All rights reserved.