RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.VarClearProc Variable

The VarClearProc variable is used internally.

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

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

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

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