System.SysUtils.TStringHelper.IsNullOrEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsNullOrEmpty(const Value: string): Boolean; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Is a static class function that returns whether the given string is empty or not (does not contain any characters).

See Also