RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.SetVariantManager Function

Sets the entry points of routines that define variant behavior.

Pascal
procedure SetVariantManager(const VarMgr: TVariantManager); deprecated;
C++
SetVariantManager(const TVariantManager VarMgr);

System

SetVariantManager sets the entry points of the routines that perform variant type conversion and define other variant behavior.

Note: Although System.hpp defines the SetVariantManager procedure, do not use this routine in C++ code. Customized Variant support is not fully supported in C++.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!