Unit RxCalc

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995, 1996 AO ROSNO } { Copyright (c) 1997 Master-Bank } { } {

Classes

TRxCalculator - TRxCalculator
TRxCalculatorForm - TRxCalculatorForm

Functions

CreateCalculatorForm -
CreatePopupCalculator -
SetupPopupCalculator - The ScaleBy method does not scale the font well, so set the font back to the original info.

Types

TRxCalcState

Constants

DefCalcPrecision

Variables


Functions


function CreateCalculatorForm(AOwner: TComponent; AHelpContext: THelpContext): TRxCalculatorForm;


function CreatePopupCalculator(AOwner: TComponent): TWinControl;


procedure SetupPopupCalculator(PopupCalc: TWinControl; APrecision: Byte; ABeepOnError: Boolean);

The ScaleBy method does not scale the font well, so set the font back to the original info.

Types


TRxCalcState = (csFirst, csValid, csError);

Constants

DefCalcPrecision = 15


Variables