RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.SimplisticCopy Method

Performs a simple block copy of one TVarData record to another.

Pascal
procedure SimplisticCopy(var Dest: TVarData; const Source: TVarData; const Indirect: Boolean = False);
C++
__fastcall SimplisticCopy(TVarData Dest, const TVarData Source, const Boolean Indirect = False);

Call SimplisticCopy from the implementation of a TCustomVariantType descendant to block copy one TVarData record to another. 

Dest is the TVarData record that receives the copy. 

Source is the TVarData record to copy. 

Indirect indicates whether Source represents the data (false) or merely a reference to the data (true). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!