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


DESCRIPTION:
Remove a record from FlitBase file.

ClassCLASS: CFlitBase

PROTOTYPE(S):
int RemoveAt(int Pos);
int RemoveRecord(CTag TID);
int RemoveRecord(int Type, int ID);


ARGUMENT(S):
CTag TIDA tag containing type and id information for records to be removed. If m_Type member is 0, then all types will be accepted. If m_ID member is 0, then all ids will be accepted.
int TypeRecord type to be removed. If this value is 0, then all types will be accepted.
int IDRecord id to be removed. If this value is 0, then all ids will be accepted.
int PosThe position of the record to be remove.


RETURN VALUE:
This function returns the number of records left in the file after removal.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: