System.Variants.VarArrayUnlock

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure VarArrayUnlock(const A: Variant);

C++

extern DELPHI_PACKAGE void __fastcall VarArrayUnlock(const System::Variant &A);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Beschreibung

Entsperrt ein variantes Array.

VarArrayUnlock entsperrt ein variantes Array, das zuvor mit VarArrayLock gesperrt wurde. Ist die in A angegebene Variante kein Array, wird eine EVariantInvalidArtgError-Exception ausgelöst.

Siehe auch