Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TCalculatorDialog = class(TCommonDialog)
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function Execute: Boolean; override; |
![]() |
property CalcDisplay: Double read GetDisplay; |
![]() |
property Memory: Double read FMemory; |
![]() |
property BeepOnError: Boolean read FBeepOnError write FBeepOnError default True; |
![]() |
property Ctl3D: Boolean read FCtl3D write FCtl3D default True; |
![]() |
property HelpContext: THelpContext read FHelpContext write FHelpContext default 0; |
![]() |
property CalculatorLayout : TCalculatorLayout Read FLayout Write Flayout; |
![]() |
property Precision: Byte read FPrecision write FPrecision default DefCalcPrecision; |
![]() |
property Title: string read GetTitle write SetTitle stored TitleStored; |
![]() |
property Value: Double read FValue write FValue; |
![]() |
property OnCalcKey: TKeyPressEvent read FOnCalcKey write FOnCalcKey; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property OnDisplayChange: TNotifyEvent read FOnDisplayChange write FOnDisplayChange; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function Execute: Boolean; override; |
![]() |
property CalcDisplay: Double read GetDisplay; |
![]() |
property Memory: Double read FMemory; |
![]() |
property BeepOnError: Boolean read FBeepOnError write FBeepOnError default True; |
![]() |
property Ctl3D: Boolean read FCtl3D write FCtl3D default True; |
![]() |
property HelpContext: THelpContext read FHelpContext write FHelpContext default 0; |
![]() |
property CalculatorLayout : TCalculatorLayout Read FLayout Write Flayout; |
![]() |
property Precision: Byte read FPrecision write FPrecision default DefCalcPrecision; |
![]() |
property Title: string read GetTitle write SetTitle stored TitleStored; |
![]() |
property Value: Double read FValue write FValue; |
![]() |
property OnCalcKey: TKeyPressEvent read FOnCalcKey write FOnCalcKey; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property OnDisplayChange: TNotifyEvent read FOnDisplayChange write FOnDisplayChange; |