TMSFMXGrid and TMSFMXLiveGrid

Make it so that you do not need LiveBindings to set up the grid for the database. Doing it in all in code is so much nicer.

For my app, I use multiple grid layouts for example, in a people file with the LiveGrid, I must create a different form for each grid layout and then user parent/child to drop the layout form on my main people form. It works, but would be so much nicer to use code.