System.Variants.VarArrayUnlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VarArrayUnlock(const A: Variant);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Unlocks a variant array.

VarArrayUnlock unlocks a variant array that was previously locked by VarArrayLock. If the variant given by A is not an array, VarArrayUnlock raises an EVariantInvalidArtgError exception.

See Also


Code Examples