Unit 'ExtDlgs' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCalculatorDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: extdlgs.pas line 132

type TCalculatorDialog = class(TExtCommonDialog)

protected

  class procedure WSRegisterClass; override;

  

  procedure OnDialogClose();

  

  procedure OnDialogShow();

  

  procedure OnDialogCloseQuery();

  

  procedure Change; virtual;

  

  procedure CalcKey(); virtual;

  

  function DefaultTitle; override;

  

  procedure DisplayChange; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Execute; override;

  

  property CalcDisplay: Double; [r]

  

  property Memory: Double; [r]

  

published

  property BeepOnError: Boolean; [rw]

  

  property CalculatorLayout: TCalculatorLayout; [rw]

  

  property Precision: Byte; [rw]

  

  property Title: TTranslateString;

  

  property Value: Double; [rw]

  

  property OnCalcKey: TKeyPressEvent; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  property OnDisplayChange: TNotifyEvent; [rw]

  

  property DialogScale: Integer; [rw]

  

  property ColorBtnDigits: TColor; [rw]

  

  property ColorBtnMemory: TColor; [rw]

  

  property ColorBtnOk: TColor; [rw]

  

  property ColorBtnCancel: TColor; [rw]

  

  property ColorBtnClear: TColor; [rw]

  

  property ColorBtnOthers: TColor; [rw]

  

  property ColorDisplayText: TColor; [rw]

  

  property ColorDisplayBack: TColor; [rw]

  

end;

Inheritance

TCalculatorDialog

  

|

TExtCommonDialog

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio