System.WideStrUtils.WStrDispose

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure WStrDispose(Str: PWideChar);

C++

extern DELPHI_PACKAGE void __fastcall WStrDispose(System::WideChar * Str);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

PWideChar を破棄します。

WStrDispose は下位互換性のために提供されています。WStrDisposeWStrAllocWStrNew で割り当てられた PWideChar を破棄します。

Strnil(Delphi)または NULL(C++)である場合は、WStrDispose は何も実行しません。

関連項目