System.VarToLStrProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

VarToLStrProc: procedure (var Dest: _AnsiStr; const Source: TVarData; CodePage: Word = 0) = nil;   // for internal use only

C++

extern DELPHI_PACKAGE void __fastcall (*VarToLStrProc)(AnsiString &Dest, const TVarData &Source, Word CodePage/* = (Word)(0x0)*/);

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

The VarToLStrProc variable is used internally.

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.

See Also