lazarus-ccr/components/fpspreadsheet/examples/visual/fpsgrid_no_install
2015-08-15 14:24:31 +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
mainfrm.lfm 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
mainfrm.pas 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
readme.txt fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00

This project 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.

The grid is created at run-time, therefore installation of the package 
laz_fpspreadsheet_visual is not required. Just compile and run...