Create(TdxSpreadSheetAbstractFormulaBar) Constructor
Creates a new instance of a TdxSpreadSheetFormulaBarCustomOptions class descendant for the specified Formula Bar control.
Declaration
constructor Create(AOwner: TdxSpreadSheetAbstractFormulaBar); virtual;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TdxSpreadSheetAbstractFormulaBar | A formula bar control. |
Remarks
The Formula Bar control’s constructor calls this constructor internally to create the OptionsBehavior and OptionsView property sets.
See Also