System.SysUtils.NullWideStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

NullWideStr: PWideString = @EmptyWideStr;

C++

extern DELPHI_PACKAGE System::WideString *NullWideStr;

Propriétés

Type Visibilité  Source Unité  Parent
variable public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Un pointeur sur une chaîne étendue vide.

NullWideStr définit un pointeur sur la chaîne étendue vide EmptyWideStr.

Voir aussi