Create(TdxSpreadSheetAbstractFormulaBar) Constructor
In This Article
Creates a new instance of a TdxSpreadSheetFormulaBarCustomOptions class descendant for the specified Formula Bar control.
#Declaration
Delphi
constructor Create(AOwner: TdxSpreadSheetAbstractFormulaBar); virtual;
#Parameters
Name | Type | Description |
---|---|---|
AOwner | Tdx |
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