Share

TurboPower ShellShock

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Change selection of TStShellListView

You are viewing a single message from this topic. View all messages.

  1. 2007-01-02 13:33:45 UTC
    I am no 'expert'!

    But believe me, this component is NOT as good as it 1st looks. But it is 'good'!
    I once did a 'selectALL' function (files only), here it is:


    i := 0;
    while i < StShellListView1.ShellItems.Count do
    begin
    if StShellListView1.ShellItems.Items[i].IsFile then
    StShellListView1.Items[i].Selected := True; // only select files

    i := i+1;
    end;


    Hope this helps,

    Mick

    I no longer use this, but I use JAM software, whcih is excellent!
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.