1
vote
2answers
75 views
how to retrieve multidimentional a class element containing multidimentional arrays from an arraylist
Hi,
I'm currently working with CodeGear Delphi 2007 under Vista.
My application returns out of memory error during some rather heavy calculations.
The .exe files grows from 150 …
2
votes
5answers
222 views
cast TObject using his ClassType ?
Hi guys,
how can i make my code to work ? :) i`ve tried to formulate this question but after several failed attempts i think you guys will spot the problem faster looking at the …
1
vote
4answers
683 views
Delphi: Pass TObject in array of Variants
I have a procedure that expects a parameter of type TObject, something like this:
MyProcedure (const AValue : TObject);
I have an array of Variant that I'm looping through to ca …
5
votes
3answers
424 views
What data does a TObject contain?
TObject.InstanceSize returns 8, yet TObject doesn't declare any data members. According to the implementation of TObject.ClassType, the first 4 bytes can be explained as a pointer …
