the component inherited from TListBox.
Use it to fill ListBox by data from DataSet and to stored any data of DataSet for each Item. You can to set a check boxes for each item of ListBox and to save check data in DataSet.
This component allows:
-to fill ListBox from dataset( TTable, TQuery, TStoredProc )
-to set a check boxes for each item and to read and to save check data in DataSet.
-to keep data from record of table in memory for each Item and get it in any time.
-to search the Item for specified data which you keep for it.