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


DESCRIPTION:
Remove a sub record.

ClassCLASS: CFlitBase

PROTOTYPE(S):
bool RemoveSubRecord(int BaseType, int BaseID, int SubType, int SubID);


ARGUMENT(S):
int BaseTypeThe base record type.
int BaseIDThe base record id.
int SubTypeThe subrecord type to be removed.
int SubIDThe subrecord id to be removed.


RETURN VALUE:
This function returns true if successfull. Otherwise it returns false.

EXAMPLE:




COMMENT:
This function will remove a subrecord from a base record inside the file.

SEE ALSO:
ClassMethodWriteSubRecord
Untitled Document
SearchSearch: