Klasse TCalculatorDialog

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCalculatorDialog = class(TCommonDialog)

Beschreibung

no description available, TCommonDialog description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function Execute: Boolean; override;

Eigenschaften

Public property CalcDisplay: Double read GetDisplay;
Public property Memory: Double read FMemory;
Published property BeepOnError: Boolean read FBeepOnError write FBeepOnError default True;
Published property Ctl3D: Boolean read FCtl3D write FCtl3D default True;
Published property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;
Published property CalculatorLayout : TCalculatorLayout Read FLayout Write Flayout;
Published property Precision: Byte read FPrecision write FPrecision default DefCalcPrecision;
Published property Title: string read GetTitle write SetTitle stored TitleStored;
Published property Value: Double read FValue write FValue;
Published property OnCalcKey: TKeyPressEvent read FOnCalcKey write FOnCalcKey;
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;
Published property OnDisplayChange: TNotifyEvent read FOnDisplayChange write FOnDisplayChange;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function Execute: Boolean; override;
 

Eigenschaften

Public property CalcDisplay: Double read GetDisplay;
 
Public property Memory: Double read FMemory;
 
Published property BeepOnError: Boolean read FBeepOnError write FBeepOnError default True;
 
Published property Ctl3D: Boolean read FCtl3D write FCtl3D default True;
 
Published property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;
 
Published property CalculatorLayout : TCalculatorLayout Read FLayout Write Flayout;
 
Published property Precision: Byte read FPrecision write FPrecision default DefCalcPrecision;
 
Published property Title: string read GetTitle write SetTitle stored TitleStored;
 
Published property Value: Double read FValue write FValue;
 
Published property OnCalcKey: TKeyPressEvent read FOnCalcKey write FOnCalcKey;
 
Published property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Published property OnDisplayChange: TNotifyEvent read FOnDisplayChange write FOnDisplayChange;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:56