Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.453 Beiträge
Delphi 12 Athens
|
AW: problem with accessing value
24. Aug 2013, 12:25
Could you please tell me ,how can i create the instance of 'TCalculation'? i am reading some tutorial,but i am not so clear, could you please give me an example ?
Delphi-Quellcode:
var
f: TCalculation; // declaration
begin
f := TCalculation.Create; // create instance
...
|