RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.GetVariantManager Function

Returns the entry points of the routines that define variant behavior.

Pascal
procedure GetVariantManager(var VarMgr: TVariantManager); deprecated;
C++
GetVariantManager(TVariantManager VarMgr);

GetVariantManager returns the entry points of the routines that perform variant type conversion and define other variant behavior.

Note: Although GetVariantManager is defined in System.hpp, do not use this procedure in C++ code. Working directly with the Variant manger is not guaranteed to work in C++.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!