Icon Refresh Method

procedure Refresh

Available In: Client Applications

Use this method to reload the cookies from the web browser. This is useful for situations where an embedded HTML document in a TBrowser control has modified the cookies and these modifications need to be reflected in the global TCookies instance.

Information Cookies are cached in a TCookies instance and do not immediately reflect changes to the web browser cookies done via third party JavaScript code or embedded documents. This is why this method is necessary.
Image