I have a dbview that starts with some constraint and ordering choices, a Refresh button. That's folllowed by a dbGrid which uses a DD to display qualified records.

At any point while viewing the dbgrid list a user may change constraints and/or Ordering, and then click [Refresh].

I've been all over the dbGrid help and drilled down into the DF package files and cannot find what message forces a dbgrid to reload all records, applying new constraints and Ordering.

The constraints are set in the DD, but when user changes Ordering I am setting that property directly in dbGrid.

Looking for aka Request_Reload!