System.Variants.ChangeAnyProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ChangeAnyProc: TAnyProc; { Handler to change any to variant }

C++

extern DELPHI_PACKAGE TAnyProc ChangeAnyProc;

Properties

Type Visibility Source Unit Parent
variable public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Provides the support for changing the type of a Variant from varAny to a real Variant.

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.

See Also