RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.VarToLStrProc Variable

The VarToLStrProc variable is used internally.

Pascal
VarToLStrProc: procedure (var Dest: AnsiString; const Source: TVarData) = nil;
C++
procedure (var Dest: AnsiString; const Source: TVarData) VarToLStrProc = nil;

Do not modify or use the VarToLStrProc variable manually. VarToLStrProc is used internally by the Variant manager.

Note: Applications should not modify or rely on the value of the VarToLStrProc variable. Changes made to VarToLStrProc may lead to unexpected errors.
 

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