[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dispose of a null-terminated string on the heap.
Source position: syspchh.inc line 43
procedure StrDispose( |
Str: PChar |
); |
str: PWideChar |
); |
StrDispose frees any memory allocated for Str. This function will only function correctly if Str has been allocated using StrAlloc from the SysUtils unit.
For an example, see StrBufSize.
If an invalid pointer is passed, or a pointer not allocated with StrAlloc, an error may occur.
|
Return the size of a null-terminated string allocated on the heap. |
|
|
Allocate a null-terminated string on the heap. |
|
|
Dispose of a null-terminated string on the heap. |