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


DESCRIPTION:
Remove a reference to the given record type and real id.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
void RemoveRef(int Type, int RealID);


ARGUMENT(S):
int TypeRecord type to be removed.
int RealIDRecord real id to be removed.


RETURN VALUE:


EXAMPLE:




COMMENT:
This funtion will scan the entire array searching for a reference pointed to the given real type and id. Matched reference will be remove from the array.
Untitled Document
SearchSearch: