System.SetVariantManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVariantManager(const VarMgr: TVariantManager);

C++

extern DELPHI_PACKAGE void __fastcall SetVariantManager _DEPRECATED_ATTRIBUTE0 (const TVariantManager &VarMgr);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Warning: SetVariantManager is deprecated.

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

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++.

See Also