RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection.CopyTo Method

Copies an array of items to collection.

Pascal
procedure CopyTo(Values: System.Array; Index: Integer); override;
C++
virtual __fastcall CopyTo(System.Array Values, 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!