System.Variants.VarIsCustom

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

Delphi

function VarIsCustom(const V: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall VarIsCustom(const System::Variant &V);

プロパティ

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

説明

指定されたバリアントがカスタムバリアントであるかどうかを示します。

VarIsCustom 関数は,指定されたバリアントがカスタムバリアント型を表す場合に true を返します。それ以外の場合は false を返します。

関連項目