System.AnsiStringBase.IsEmpty

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public dstring.h System AnsiStringBase

説明

AnsiStringBase が空の場合に true を返します。

IsEmpty は,この AnsiStringBase が空の場合に true を返し,それ以外の場合は false を返します。