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


DESCRIPTION:
Gets the next id for the given type in current remote file.

ClassCLASS: CFBSocket

PROTOTYPE(S):
int GetTypeNextID(int Type, int StartID = 1);


ARGUMENT(S):
int TypeThe record type. The return id will be sured to be unique for this type.
int StartIDThe record start id. The return id will be not less than this value.


RETURN VALUE:
This function returns the next unused id available for given type.

EXAMPLE:




COMMENT:
This function returns the next number after the largest id found for the given type.
Untitled Document
SearchSearch: