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


DESCRIPTION:
An overidable function to be called when the requested record not found.

ClassCLASS: CFlitBase

PROTOTYPE(S):
virtual int OnNotFound(int Type, int ID, int StartPos);
virtual int OnNotFound(int Type, LPCSTR Text, int TextGrpID, int TextID, int StartPos);


ARGUMENT(S):


RETURN VALUE:
Don't care.

EXAMPLE:




COMMENT:
This virtual function will be called by Find function when the requested record not found. There are two version of the function which is identical to the two version of Find function and will be invoked respectively. All the arguments passed to the Find function will be re-passes to the overidables for further processing.

SEE ALSO:
ClassMethodFindRecord
Untitled Document
SearchSearch: