TdxSpreadSheetFormulaBarOptionsBehavior.FormulaAutoCompleteShowHint Property
In This Article
Specifies if the Formula AutoComplete drop-down list displays available hints for registered functions.
#Declaration
Delphi
property FormulaAutoCompleteShowHint: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Options include:
Value | Description |
---|---|
b |
Hints are explicitly disabled for the items listed in the Formula Edit’s Auto |
b |
Hints are explicitly enabled for the items listed in the Formula Edit’s Auto |
b |
The Spread |
The default FormulaAutoCompleteShowHint property value is bDefault.
See Also