System.Variants.VarCompareValue
Delphi
function VarCompareValue(const A, B: Variant): TVariantRelationship;
C++
extern DELPHI_PACKAGE TVariantRelationship __fastcall VarCompareValue(const System::Variant &A, const System::Variant &B);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
説明
Variant 間の関係を返します。
VarCompareValue 関数を呼び出すと,2 つのバリアントの間の関係を判定できます。
A および B は比較する値です。
VarCompareValue は,A と B が同じである(vrEqual)かどうか,どちらかがより大きい(vrLessThan または vrGreaterThan)かどうか,2 つの値に相対的な順序を付けられない(vrNotEqual)かどうかを示す値を返します。