System.Variants.RefAnyProc
Delphi
RefAnyProc: TAnyProc;    { Handler to add a reference to an varAny }
C++
extern DELPHI_PACKAGE TAnyProc RefAnyProc;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.Variants.pas System.Variants.hpp | System.Variants | System.Variants | 
Description
Provides the support for increasing the reference count of a Variant of type varAny.
Use RefAnyProc to increase the reference count of a Variant of type varAny.
Assign a custom TAnyProc to RefAnyProc in order to control the referencing of the varAny Variants.