[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Dispose an ansistring from the heap.
Source position: sysstrh.inc line 63
procedure DisposeStr( |
S: PString |
); |
DisposeStrremoves the dynamically allocated string Sfrom the heap, and releases the occupied memory.
This function is provided for Delphi compatibility only. AnsiStringsare managed on the heap and should be preferred to the mechanism of dynamically allocated strings.
For an example, see DisposeStr.
None.
|
Allocate a new ansistring on the heap. |
|
|
Append one ansistring to another. |
|
|
Assigns an ansistring to a null-terminated string. |