System.Variants.TCustomVariantType.VarDataIsEmptyParam

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VarDataIsEmptyParam(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsEmptyParam(const TVarData &V);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

Beschreibung

Gibt an, ob einTVarData-Record für einen nicht zugewiesenen optionalen Parameter verwendet wird.

VarDataIsEmptyParam gibt true zurück, wenn V für einen nicht zugewiesenen optionalen Parameter verwendet wird.

Siehe auch