LiveBindings: Fill a TListBox from a TClientDataSet at design time
September 30, 2011
Author: Jim T1392
TBindList can iterate throughthe records in a TClientDataSet and fill a TListBox. Here is how toconfigure TBindListin the designer.
Drop a TClientDataSet and a TDataSource on a form. Load some data into the dataset such as biolife.xml (Right click ClientDataSet1, choose “Load from MyBase table…”, browse to thesample data…