EditCDC Profile Answers by EditCDC Jul 16th, 2009 DeclarationADynamicCharArray : ^CharArrayType;AllocationADynamicCharArray := AllocMem(NumChars * sizeof(char)); ReleaseFreeMem(ADynamicCharArray, NumChars * sizeof(char));
How is dynamic array's memory space removed in Delphi?
Questions by SachinDeo answers by SachinDeo