lazarus-ccr/components/fpspreadsheet/examples/visual/fpsgrid
2015-08-15 15:34:24 +00:00
..
fpsgrid.ico fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00
fpsgrid.lpi fpspreadsheet: Fix TsWorksheetGrid to be correctly notified of worksheet changes if not connected to a WorkbookSource (suggested by rvk, http://forum.lazarus.freepascal.org/index.php/topic,29214.msg184168.html#msg184168). Fix related demos. 2015-08-15 14:24:31 +00:00
fpsgrid.lpr fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00
mainform.lfm fpspreadsheet: Fix crash of worksheetGrid if methods using external workbooksource are accessed and only internal source is active. 2015-08-15 15:34:24 +00:00
mainform.pas fpspreadsheet: Fix crash of worksheetGrid if methods using external workbooksource are accessed and only internal source is active. 2015-08-15 15:34:24 +00:00
readme.txt fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00

This demonstrates use of the Lazarus grid component supplied with fpspreadsheet.
It demonstrates only the basics; a more extensive example can be found in the
spready demo.