RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.CopyTo Method

Copies an array of items to collection.

Pascal
function CopyTo(array: Array; index: Integer): void;
C++
void CopyTo(Array array, int index);

CopyTo copies an array of items to the collection starting at a specified index.

Parameter 
Description 
Values  
Array of items to copy.  
Index  
Index in the collection at which to start copying.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!