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


DESCRIPTION:
Remove sub-record in record array.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
int Remove(int Type, int ID);
int Remove(CTag TID);
int Remove(CRecArray* pList);
bool RemoveAt(int RemPos);


ARGUMENT(S):
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.
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 RemPosThe position of the record to be remove.


RETURN VALUE:
This funtion always returns false.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: