System.SysUtils.TStringHelper.IsNullOrEmpty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TStringHelper

説明

static クラス関数で、指定された文字列が空(文字を含んでいない)かどうかを返します。

関連項目