RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variant::ArrayUnlock Method

Unlocks a variant array that was previously locked by ArrayLock.

Pascal
procedure ArrayUnlock;
C++
__fastcall void ArrayUnlock();

System::Variant::ArrayUnlock invalidates the pointer returned by a call to the ArrayLock method. An ESystem::Variant::VariantError exception is raised if the System::Variant::Variant is not an array. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!