Important: The information in this document is obsolete and should not be used for new development.
DelSearch
Removes a custom search function from the currentGDevice
data structure's list of search functions.DelSearch
disposes of the chain element but does nothing to theProcPtr
data structure.
pascal void DelSearch (ColorSearchProcPtr searchProc);
searchProc
- A pointer to the custom search function to be deleted. See MySearchProc (page 5-17).