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


DESCRIPTION:
Add a record into FlitBase file. Untuk menambah rekod kedalam fail flitbase.

ClassCLASS: CFlitBase

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


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


RETURN VALUE:
This function returns the number of records in the array after the new record was added.

EXAMPLE:




COMMENT:
This function will add the given record at the end of the file regardless to the type and id sets to the record.
Untitled Document
SearchSearch: