System.GetVariantManager
Delphi
procedure GetVariantManager(var VarMgr: TVariantManager);
C++
extern DELPHI_PACKAGE void __fastcall GetVariantManager _DEPRECATED_ATTRIBUTE0 (TVariantManager &VarMgr);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | System |
Description
Attention: GetVariantManager is deprecated.
Returns the entry points of the routines that define variant behavior.
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++.