lazarus-ccr/components/fpspreadsheet/examples/visual/fpsgrid
2020-05-13 05:40:13 +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 compilation with Laz trunk after removal of TCustomCombobox.ReadOnly property. 2020-05-13 05:40:13 +00:00
fpsgrid.lpr fpspreadsheet: Set version to 1.11. Make default parameter of TsWorkbook.CopyWorksheetFrom non-default. 2018-07-09 17:27:22 +00:00
mainform.lfm fpspreadsheet: Add units (mm, cm, in, pts, lines/chars) for column width and row heights. Update all demos (some issues left). 2016-03-18 19:50:40 +00:00
mainform.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +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.