Hi,
Maybe I need to add some additional information. I have a rather big program which also uses (in a calculation) sometimes more than 2Gb of memory. I can't reduce the necessary memory, so I thought to add a checkbox which desides to use/not to use the hard drive as memory (like windows does)...
Hi,
I'm using 2 types of objects and need the some same procedures for both types, how can I pass them as parameter?
Small Example to show what I mean:
type
obj1=object
nr:int64;
procedure p;
end;
obj2=object
nr:integer;
procedure p;
end;
[...]
var a:obj1; b:obj2;
procedure proc3(var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.