System.VarClearProc
Delphi
VarClearProc: procedure (var v: TVarData) = nil; // for internal use only
C++
extern DELPHI_PACKAGE void __fastcall (*VarClearProc)(TVarData &v);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
The VarClearProc variable is used internally.
Do not modify or use the VarClearProc variable manually. VarClearProc is used internally by the Variant manager.
Note: Applications should not modify or rely on the value of the VarClearProc variable. Changes made to VarClearProc may lead to unexpected errors.