System.VarCopyProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

VarCopyProc:   procedure (var Dest: TVarData; const Source: TVarData) = nil; // for internal use only

C++

extern DELPHI_PACKAGE void __fastcall (*VarCopyProc)(TVarData &Dest, const TVarData &Source);

Properties

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

Description

The VarCopyProc variable is used internally.

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

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

See Also