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


DESCRIPTION:

ClassCLASS: CFBSocket

PROTOTYPE(S):
void RemoveBill(CBill *pBill);
void RemoveBill(CIntDate Date, int Type, int ID);


ARGUMENT(S):
CBill* pBillA pointer to the bill to be removed.
CIntDateThe bill date.
int TypeThe bill record type.
int IDThe bill serial number.


RETURN VALUE:
This function always returns true.

EXAMPLE:




COMMENT:
Use this function to remove a card record. Compared to RemoveRecord, this function will manage the knick-knack works in order to perfectly remove the bill.
Untitled Document
SearchSearch: