Get clicked element in acListView Root › Discussions › AlphaControls This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by KSS. Viewing 1 post (of 1 total) Author Posts July 18, 2016 at 4:49 am #55306 KSSParticipant Hello! You should use a SelectedItem method in this case. Code: procedure TFormSamosChat.KssListViewLoginClick(Sender: TObject); begin if Assigned(KssListViewLogin.SelectedItem) then ShowMessage(KssListViewLogin.SelectedItem.SubItems[0]); end; Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls