Registriert seit: 16. Feb 2008
Ort: Baden-Württemberg
2.332 Beiträge
Delphi 2007 Professional
|
AW: How many memory object require?
14. Mai 2011, 19:34
Try class function TObject.InstanceSize.
If an object allocates other objects, dynamic arrays or strings this will not counted by the function InstanceSize.
|