[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dispose of a shortstring which was allocated on the heap.
Source position: objects.pp line 630
procedure DisposeStr( |
P: PString |
); |
DisposeStr removes a dynamically allocated string from the heap.
For an example, see NewStr.
None.
|
Allocate a copy of a shortstring on the heap. |
|
|
Allocate a copy of a shortstring on the heap. |