System.Variant.ArrayUnlock

From RAD Studio API Documentation
Jump to: navigation, search

C++

void    __fastcall ArrayUnlock();

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Variant

Description

Unlocks a variant array that was previously locked by ArrayLock.

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

See Also