Language:
Русский
English
StrDispose (function) (Strings unit)
Disposes a string on a heap.
Declaration
function StrDispose(Str: PChar);
Target
Windows
Remarks
StrDispose disposes of a string that was previously allocated with StrNew. If Str is nil, StrDispose does nothing.