System.VarAddRefProc
Delphi
VarAddRefProc: procedure (var v: TVarData) = nil; // for internal use only
C++
extern DELPHI_PACKAGE void __fastcall (*VarAddRefProc)(TVarData &v);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
The VarAddRefProc variable is used internally.
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.