System.SysUtils.StrDispose
Delphi
procedure StrDispose(Str: PAnsiChar);
procedure StrDispose(Str: PWideChar);
C++
extern DELPHI_PACKAGE void __fastcall StrDispose _DEPRECATED_ATTRIBUTE1("Moved to the AnsiStrings unit") (char * Str)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Avertissement : La version ANSI de StrDispose est obsolète. Veuillez utiliser l’unité AnsiStrings.
Libère une chaîne.
StrDispose est fournie pour assurer une compatibilité ascendante. StrDispose restitue une chaîne du tas précédemment allouée à l'aide de StrAlloc ou StrNew.
Si Str est à nil (Delphi) ou NULL (C++), StrDispose ne fait rien.