Hello everyone!

First of all, I'm new here.
I hope you guys got some good tips and tricks for me to start coding!

Let's move to my problem

So, it's like identifying a listview column. (just whole made up to give you an idea.)
My goal is, when
if (this-><<columnhere>>->text == GrabTime())
{
Messagebox::Show, blablablabla...
}

But this won't work of course,
How do I identify a column?

Greetz.