Chaging the "caption DONE" of the filter button on FNCTableView

Hello

I don't want my users see the word: "DONE" when they filter data on FNCTableView, how do I do in order to change the caption done when my user pressed the search button and want to close the search lookup bar?

You can access the Done button:

TMSFNCTableView1.DoneButton.Text := 'TEST';

It's not working

We tested this here and it's working here, add the code in the constructor of the form
image

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.