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


DESCRIPTION:
Retrieve the required record position.

ClassCLASS: CFlitBase

PROTOTYPE(S):
int FindRecord(int Type, int iD, int StartPos);
int FindRecord(int Type, LPCSTR Text, int TextGrpID, int TextID, int StartPos);


ARGUMENT(S):
int TypeThe type of required record.
int IDThe id of required record.
int StartPosThe start position to begin searching.
LPCSTR TextThe text to search for.
int TextGrpIDThe text group id to search to.
int TextIDThe text id to search to.


RETURN VALUE:
This function returns the found record position in file or -1 in case the requested record was not found.

EXAMPLE:




COMMENT:
In case the requested record not found, this function will invoke an overidable virtual function OnNotFound.

SEE ALSO:
ClassMethodOnNotFound
Untitled Document
SearchSearch: