Clears all suppress-file entries added by prior calls to the WebPageSuppress function. No files are suppressed any more.
WebAPI.bdh
WebPageLoadAll(): boolean;
true if the suppress-file list is cleared successfully
false otherwise
dcltrans transaction TMain begin WebPageSuppress("http://mycompany.com/t?s=all"); WebPageUrl("http://mycompany.com/"); WebPageLoadAll(); WebPageUrl("http://mycompany.com/"); end TMain;