I looked in the demos and did not see any code examples using TWebCookies. Any examples would be appreciated.
To get the cookies for a domain, use
TWebCookies.GetCookies
after this, you can loop over WebCookies.Items[index]: TWebCookie to get the cookie name, value, expiry for every cookie you retrieve this way.