Loads data from the specified dataset.
procedure LoadFromDataSet(DataSet: TDataSet);
Call the LoadFromDataSet method to load data from the specified dataset. There is no need to create columns and write event handlers for OnPutData and OnGetColumnData before calling this method.