Guest User

Untitled

a guest
Jul 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. procedure TForm1.Button1Click(Sender: TObject);
  2. var
  3. Item : TListItem;
  4. begin
  5. Item := ShellListView1.Items[0];
  6. Caption := Item.Caption;
  7. Item.Free;
  8. end;
Add Comment
Please, Sign In to add comment