TStringHelper.IsEmpty
Check whether the string is empty.
Declaration
Source position: syshelph.inc line 131
public
function IsEmpty : Boolean;
Description
IsEmpty returns True if the string has length zero.
See also
Name | Description |
---|---|
Length | Returns length of a string or array. |
TStringHelper.IsNullOrEmpty | Check if a string is empty |
TStringHelper.Length | Return the length of the string |