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


DESCRIPTION:
Add a new record into array.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
int AddNew(CRecord* pNewRecord);


ARGUMENT(S):
CRecord* pNewRecordPointer to a new record to be added.


RETURN VALUE:
This function returns the position where the new record was placed.

EXAMPLE:




COMMENT:
AddNew will assing a new id into the record and adds into database. The supplied record ids will be altered inside the function and since it is a pointer, thi will affected to the original recod. This function always adds the record.
Untitled Document
SearchSearch: