[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dispose an ansistring from the heap.
Source position: sysstrh.inc line 67
procedure DisposeStr( |
S: PString |
); overload; |
S: PShortString |
); overload; |
DisposeStr removes the dynamically allocated string S from the heap, and releases the occupied memory.
This function is provided for Delphi compatibility only. AnsiStrings are 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. |