TdxSpreadSheetFormulaBar Class
A Formula Bar control.
Declaration
TdxSpreadSheetFormulaBar = class(
TdxSpreadSheetCustomFormulaBar
)
Remarks
This component complements a Spreadsheet control and allows users to view, enter, and edit cell values and formula expressions in a way similar to popular spreadsheet applications.

Like in-place cell editors in the active worksheet, the Formula Bar has Formula AutoComplete functionality designed to suggest registered functions and available defined names that match the entered portion of a recognized name:

The Name Box can create defined names, as well as search and rename floating containers in the opened document.

To get started with the Formula Bar control, place it on an application form that already contains a spreadsheet control. If you use multiple spreadsheet controls simultaneously, assign the target control to the SpreadSheet property.