System.VarToUStrProc
Delphi
VarToUStrProc: procedure (var Dest: UnicodeString; const Source: TVarData) = nil;// for internal use only
C++
extern DELPHI_PACKAGE void __fastcall (*VarToUStrProc)(UnicodeString &Dest, const TVarData &Source);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.pas System.hpp | System | System | 
Description
For internal use.
VarToUStrProc should not be used directly.