How does Object know what datatype is occupying it? I know this may be a very simple qwestion, but i have to know what kinds of performance and memory overheads exists, when i access properties and methods of objects in a Object data type.
Printable View
How does Object know what datatype is occupying it? I know this may be a very simple qwestion, but i have to know what kinds of performance and memory overheads exists, when i access properties and methods of objects in a Object data type.
You can user VarType() or TypeName() function. Let me know if this is what your looking for.
no, thats the point i made, vartype returns the typename "Class1" for Class1, not "Object". I'm expecting an overhead