RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.VarToWStrProc Variable

The VarToWStrProc variable is used internally.

Pascal
VarToWStrProc: procedure (var Dest: WideString; const Source: TVarData) = nil;
C++
procedure (var Dest: WideString; const Source: TVarData) VarToWStrProc = nil;

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 VarToWStrProc variable. Changes made to VarToWStrProc may lead to unexpected errors.
 

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