System.Variants.TCustomVariantType.VarDataInit
Delphi
procedure VarDataInit(var Dest: TVarData);
C++
void __fastcall VarDataInit(TVarData &Dest);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Variants.pas System.Variants.hpp | System.Variants | TCustomVariantType | 
Description
Initializes a TVarData record.
Call VarDataInit from the implementation of a TCustomVariantType descendant to initialize a newly-allocated TVarData record.