Skip to main content

TcxEditRepositoryCalcItem.Properties Property

Provides access to stored calculator editor settings.

Declaration

property Properties: TcxCalcEditProperties read; write;

Property Value

Type Description
TcxCalcEditProperties

Stores calculator editor settings.

Remarks

You can use Properties.BeepOnError, Properties.QuickClose, and Properties.ImmediateDropDownWhenKeyPressed properties to modify calculator window behavior. Properties.Precision, Properties.ScientificFormat, and Properties.UseThousandSeparator properties allow you to adjust precision and change value display options.

Refer to the TcxCalcEditProperties class description for detailed information on all available options.

See Also