[Overview][Constants][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_syscal.pas line 42
type TSystemCalculator = class(TMasterObject) |
public |
constructor Create; |
destructor Destroy; override; |
function Eval(); |
function Evaluate(); |
function SetAction(); |
function SetConst(); |
function SetFunc(); |
procedure SaveVars(); |
procedure RestoreVars(); |
end; |
| |
| |
TObject |