System.WideString.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

Returns True if the WideString is empty.

Call IsEmpty to determine whether the WideString represents an empty string.

See Also