RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.VarAddRefProc Variable

The VarAddRefProc variable is used internally.

Pascal
VarAddRefProc: procedure (var v: TVarData) = nil;
C++
procedure (var v: TVarData) VarAddRefProc = nil;

Do not modify or use the VarAddRefProc variable manually. VarAddRefProc is used internally by the Variant manager.

Note: Applications should not modify or rely on the value of the VarAddRefProc variable. Changes made to VarAddRefProc may lead to unexpected errors.
 

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