Specifies a file that must not be loaded by future Web function calls.
WebAPI.bdh
WebPageSuppress(in sUrl: string): boolean;
true if the file is successfully added to the suppress list
false otherwise
Parameter | Description |
---|---|
sUrl | Absolute URL to the file on the server. |
dcltrans transaction TMain begin WebPageSuppress("http://mycompany.com/t?s=all"); WebPageUrl("http://mycompany.com/"); WebPageLoadAll(); WebPageUrl("http://mycompany.com/"); end TMain;