StrDispose is provided for backward compatibility. StrDispose disposes of a string on a heap that was previously allocated with StrAlloc ...
868 bytes (53 words) - 11:04, 10 February 2014
See Also : StrDispose StrAlloc Category:API Documentation. Code Examples : StrDispose (Delphi) StrDispose (C++)-
1 KB (97 words) - 11:04, 10 February 2014
See Also : System.SysUtils.StrDispose Category:API Documentation.
1 KB (105 words) - 07:59, 7 June 2016
If the space for a string is allocated with StrAlloc , it should be deallocated via StrDispose . Because AnsiStrings (long strings) are ...
1 KB (128 words) - 23:05, 16 October 2011
If the space for a string is allocated with WideStrAlloc , it should be deallocated through StrDispose . Because WideStrings are ...
1 KB (129 words) - 01:08, 17 October 2011
If the space for a string is allocated with AnsiString , it should be deallocated via StrDispose . Because AnsiStrings are implicitly null ...
1 KB (130 words) - 21:52, 21 March 2014