Name

VarCopy Procedure

Syntax

procedure VarCopy(var Dest: Variant; const Source: Variant);

Description

VarCopy clears Dest and assigns a copy of Source to Dest.

VarCopy is not a real function.

Tips and Tricks

  • Assigning Dest := Source ends up calling the VarCopy procedure, but assignment is sometimes more efficient.

  • If Dest is an OleVariant, and Source is a Variant of type varString, VarCopy automatically converts the type to varOleStr.

See Also

OleVariant Type, Variant Type
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset