RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_ARRAYISLOCKED Constant

Specifies that the given array is locked.

Pascal
VAR_ARRAYISLOCKED = HRESULT($8002000D);
C++
VAR_ARRAYISLOCKED = HRESULT($8002000D);

VAR_ARRAYISLOCKED is a possible return value of the variant-manipulating functions, specifying that the given variant array is locked. 

 

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