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


DESCRIPTION:
Retrieve the next id for the given record type.

ClassCLASS: CRecArray

PROTOTYPE(S):
int GetNextID(int Type, int StartID);


ARGUMENT(S):
int TypeThe record type. If the value is 0, then the record types will be ignored.
int StartIDSmallest value for the returns id.


RETURN VALUE:
This function returns the number next to the largest id found in the array for given type.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: