System.Variants.TCustomVariantType.VarDataIsByRef

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

Delphi

function VarDataIsByRef(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsByRef(const TVarData &V);

プロパティ

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

説明

TVarData レコードがデータを間接的に格納しているかどうかを示します。

VarDataIsArray は,V の VType 項目に varByRef ビットがある場合に true を返します。

関連項目