System.VarToWStrProc
Delphi
VarToWStrProc: procedure (var Dest: _WideStr; const Source: TVarData) = nil;   // for internal use only
C++
extern DELPHI_PACKAGE void __fastcall (*VarToWStrProc)(WideString &Dest, const TVarData &Source);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.pas System.hpp  | 
        System | System | 
Description
The VarToWStrProc variable is used internally.
Do not modify or use the VarToWStrProc variable manually. VarToWStrProc is used internally by the Variant manager.
Note: Applications should not modify or rely on the value of the VarToWStrProc variable. Changes made to VarToWStrProc may lead to unexpected errors.