

Applying Theme or Style to a Delphi Application.Ambiguous overloaded call to StrPosPos function Delphi.Ambiguous overloaded call to StrPas function Delphi.Ambiguous overloaded call to StrLen function Delphi.HTTP headers specify such things as the intended action required of the server, the type of data, and so on Headers contains any headers sent to the servers when the URL represents an HTTP URL.

PostData is ignored if URL does not specify an HTTP URL. If PostData is nil, Navigate generates an HTTP GET message. PostData contains the data sent to the server when using Navigate to generate an HTTP POST message. TargetFrameName is the name of the frame in which the resource will be displayed, or nil if the resource should not be displayed in a named frame. The TWebBrowser component can open Microsoft Office documents, text files, and HTML documents.įlags is a set of values that specify whether to add the resource to the history list, whether to read from or write to the cache, and whether to display the resource in a new window. If URL refers to a standard file system path on a local hard drive or intranet, the TWebBrowser component opens the document and displays it immediately. If URL refers to an Internet protocol and a location on an intranet server, the computer running your application must be connected to the internet or intranet and have permission to access that server.

URL specifies the path name of a file or the Uniform Resource Locator (URL) of an Internet resource that the Web browser should display.
