Provides the support for changing the type of a Variant from varAny to a real Variant.
ChangeAnyProc: TAnyProc;
TAnyProc ChangeAnyProc;
Variants
Use ChangeAnyProc to change a Variant of the varAny type to a real Variant.
Assign a custom TAnyProc to ChangeAnyProc in order to control how the varAny Variants are being transformed to real Variants.
TAnyProc
ClearAnyProc
RefAnyProc