I want to clear the ListView’s search box text in C++. Here is a link to doing this in pascal but I’ve been unable to convert this to C++ (due to my ignorance).
Seems like it should be something simple like:
ListView1->SearchBox->Clear();
thanks, russ