Indicates whether variant support is implemented in an application.
function IsVariantManagerSet: Boolean; deprecated;
Boolean IsVariantManagerSet();
System
Use IsVariantManagerSet in Delphi code to determine whether the compiler knows the locations of functions that define variant behavior. In any program or unit that uses the Variants unit (directly or indirectly), IsVariantManagerSet should return true.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|