| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > QueryListClass >====== QueryListClass--Relationship to Other Application Builder Classes {{c6h0009.jpg|C6H0009.jpg}} ====== | [[querylistclass concepts.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[querylistclass abc template implementation.htm|{{btn_next_n.gif|Next page}}]] | | || The QueryListClass is derived from the QueryClass, plus it relies on the QueryListVisual class to display its input dialog and handle the dialog events. The BrowseClass optionally uses the QueryListClass to filter its result set. If your BrowseClass object uses a QueryListClass object, it must instantiate a QueryListClass object and a QueryListVisual object. The BrowseClass automatically provides a default query dialog that solicits end user search values for each field displayed in the browse list. See the //[[querylistclass.htm|Conceptual Example]]//.