lazarus-ccr/components/fpspreadsheet/examples/visual/fpsctrls_no_install
2023-04-24 14:17:59 +00:00
..
demo_ctrls_no_install.ico fpspreadsheet: ex-meta files for the visual demos. 2023-04-10 21:08:40 +00:00
demo_ctrls_no_install.lpi fpspreadsheet: ex-meta files for the visual demos. 2023-04-10 21:08:40 +00:00
demo_ctrls_no_install.lpr fpspreadsheet: ex-meta files for the visual demos. 2023-04-10 21:08:40 +00:00
fpsctrls_no_install.ex-meta fpspreadsheet: Use category "CCR" in fpspreadsheet example projects' metadata files. 2023-04-24 14:17:59 +00:00
main.lfm fpspreadsheet: ex-meta files for the visual demos. 2023-04-10 21:08:40 +00:00
main.pas fpspreadsheet: Fix reader not found error in demos fpsctrls and fpsctrls_no_install 2017-05-11 21:38:15 +00:00
readme.txt fpspreadsheet: ex-meta files for the visual demos. 2023-04-10 21:08:40 +00:00

FPSpreadsheetControls are a set of visual components which facilitate creation
of a spreadsheet application.

TsWorkbookSource is the base of the package, it links the visual components to a
workbook instance and its worksheets and cells.

TsWorkbookTabControl is a TabControl which displays tabs for each worksheet
of the workbook. Changing the active tab selects the corresponding worksheet.

TsWorksheetGrid is a grid component which displays the contents of a worksheet.
It communicates with the TsWorkbookSource by receiving and sending messages 
on the selected cell.

TsCellEdit is a multi-line edit control (memo) for entering for cell values
and formulas. Pressing ENTER transfers the current text into the worksheet.

TsCellIndicator is a simple edit used to display the address of the currently
selected cell. Editing the text allows to jump to the cell address.

TsSpreadsheetInspector is a StringGrid (ValueListEditor, to be precise) which
displays details on the workbook, the selected worksheet, and the selected
cell values and properties.

Linking these controls to a TsWorkbookSource results in a working spreadsheet
appliation without writing any line of code.


The demo application in the folder "fpsctrls_no_install" can be run without
installing the FPSpreadsheet package.