System.WideString.IsEmpty

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

bool IsEmpty() const { return Data == 0; }

Propriétés

Type Visibilité  Source Unité  Parent
function public wstring.h System WideString

Description

Renvoie true si WideString est vide.

Appelez IsEmpty afin de déterminer si WideString représente une chaîne vide.

Voir aussi