System.SysUtils.TStringHelper.IsEmpty
Delphi
function IsEmpty: Boolean; inline;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
説明
この文字列が空であるかどうか(文字が含まれていないかどうか)を返します。
Delphi
function IsEmpty: Boolean; inline;
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
この文字列が空であるかどうか(文字が含まれていないかどうか)を返します。