System.Variants.VarArrayUnlock

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure VarArrayUnlock(const A: Variant);

C++

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

Propriétés

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

Description

Déverrouille un tableau variant.

VarArrayUnlock déverrouille un tableau de variants qui a précédemment été verrouillé par VarArrayLock. Si le variant donné par A n'est pas un tableau, VarArrayUnlock déclenche une exception EVariantInvalidArtgError.

Voir aussi