System.VarUtils.VariantInit
Delphi
procedure VariantInit; external oleaut name 'VariantInit';
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure | external public | System.VarUtils.pas | System.VarUtils | System.VarUtils |
Description
Initializes a variant.
Use the VariantInit procedure to initialize the variant given through the V parameter.
VariantInit sets the VType field of V to varEmpty and sets all its bytes to zero.