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


DESCRIPTION:
Add a record into FlitBase file after assigning the next unused id to the record.

ClassCLASS: CFlitBase

PROTOTYPE(S):
int CFlitBase::AddNew(CRecord *pRecord)


ARGUMENT(S):
CRecord* pRecordThe record to be added into the file.


RETURN VALUE:
This function returns the new id assigned to the record.

EXAMPLE:




COMMENT:
This function will assign next unused id to the record before adding to the file. This will make sure the record id is unique and can be refer easilly later witohut a conflict. Please note that the original record which is supplied as argument also altered with the new record id.
Untitled Document
SearchSearch: