Forum Replies Created
-
AuthorPosts
-
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;Hi bdegli,
You can try acListView component. I tried to make this tool as flexible as possible to use (including work with groups).
Thanks 🙂
Well, you can wait for the first version.
'emailaya' wrote:Hi
thank you for your reply
the topic is in russian but i understand that the first topic is the one to download it from
This topic is for both russian and english. You can also post messages at this forum.
'emailaya' wrote:at the moment i installed ACExtra that includes several components including TacListView. your package includes also different components and it seems that you update it often. why not combine the 2 packages? i can't install 2 different packages that contains the same components (some are new and some are updated)
I post working latest versions of my components on this forum. Update component in the ACExtra package longer, because it is necessary to check the compatibility. But when the first version of component acListView will appear, the ACExtra package will be updated. And what is the problem to install KssPack over ACExtra?
I can draw a skin. Contact me on icq: 331486611.
'JM-DG' wrote:Ho! One last question…
Is it possible to get the row information when clicking on it?
Example: Retrieve the information of the 3rf column of the 2nd row clicked.
You can get Element object “TacListView.GetElementAt(MousePos: TPoint)”. See a new version of component with columns reorder on forum.
No, you had not missed anything 🙂 Columns reordering is not supported now, but this feature will appear in one of next component release 😉
User can change column size by mouse and you can change it by TacColumn.Width property.
Hello! Perhaps this component is suitable for your task – TacListView 🙂
It has TacColumn.Visible property.
-
AuthorPosts