How to close lookupbar on FNCTableView on runtime?

Hello

After my user press the SEARCH button on the FNCTableView header for lookup purposes I want to know how to programatically do the same action as the "DONE" button without press this last button.

So in this way clear all the text my user entered on the edit area, hide the edit area and change the DONE button for the search icon again.

The button executes 2 methods:

  TMSFNCTableView1.StopEditMode;
  TMSFNCTableView1.StopFiltering;

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