Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodCopyContents


DESCRIPTION:
Copy the contents from other array.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
void CopyContents(CRecArray* pGR, int Type = 0, int ID = 0);


ARGUMENT(S):
CRecArray* pGRA pointer to the source record array.
int TypeContent type to be copied. If the value is 0, then all type will be accepted.
int IDContent id to be copied. If the value is 0, then all id will be accepted.


RETURN VALUE:


EXAMPLE:




COMMENT:
This function will copy all the sub-records which identical to the given type and id from the supplied record array.
Untitled Document
SearchSearch: