System.Variants.VarIsNumeric

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

Delphi

function VarIsNumeric(const V: Variant): Boolean;

C++

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

プロパティ

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

説明

指定されたバリアントが数値を表しているかどうかを示します。

VarIsNumeric 関数は,指定されたバリアントの型コードが数値を示している場合に true を返します。数値は,浮動小数点値または序数値のいずれかでかまいせん。バリアントがほかの型の値である場合,この関数は結果として false を返します。

関連項目