System.Variants.VarIsEmptyParam
Delphi
function VarIsEmptyParam(const V: Variant): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall VarIsEmptyParam(const System::Variant &V);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
説明
指定されたバリアントが値の割り当てられていないオプションのパラメータを表しているかどうかを示します。
VarIsEmptyParam 関数は,指定されたバリアントが値の割り当てられていないオプションのパラメータを表している場合に true を返します。バリアントがほかの値である場合,この関数は false を返します。