[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ovccalc.pas line 144
type TOvcCustomCalculatorEngine = class |
||
protected |
||
FDecimals: Integer; |
|
|
FShowSeparatePercent: Boolean; |
|
|
cCalculated: Extended; |
|
|
|
||
cOperationCount: Integer; |
|
|
cMemory: Extended; |
|
|
cOperands: array [0..3] of Extended; |
|
|
|
||
public |
||
function AddOperand(); virtual; abstract; |
|
|
function AddOperation(); virtual; abstract; |
|
|
procedure ClearAll; |
|
|
procedure PushOperand(); |
|
|
function PopOperand; |
|
|
function TopOperand; |
|
|
property Decimals: Integer; [rw] |
|
|
property LastOperation: TOvcCalculatorOperation; [rw] |
|
|
property Memory: Extended; [rw] |
|
|
property OperationCount: Integer; [rw] |
|
|
property ShowSeparatePercent: Boolean; [rw] |
|
|
property State: TOvcCalcStates; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |