System.Variants.ClearAnyProc
Delphi
ClearAnyProc: TAnyProc;  { Handler clearing a varAny }
C++
extern DELPHI_PACKAGE TAnyProc ClearAnyProc;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.Variants.pas System.Variants.hpp | System.Variants | System.Variants | 
Description
Provides the support for clearing a Variant of type varAny.
Use ClearAnyProc to clear a Variant of type varAny. Clearing a varAny Variant usually implies clearing the real value of the Variant.
Assign a custom TAnyProc to ClearAnyProc in order to control how the varAny variants are being cleared.