JCL Help:StrDisposeW

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Release the memory of a wide character string.


Pascal

 procedure StrDisposeW(Str: PWideChar);


Parameters

Parameters Description
Str: PWideChar The string to release.


Description

Release the memory of a wide character string previously allocated by StrNewW or StrAllocW.


About

Unit

JclWideStrings


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page