This is the component which represents a "web site" embedded into your application.Unit
WebSiteInside
Declaration
TWebSiteInside = class(TComponent)
Description
Place one or more instances of the component on a form, specify Domain property (the default protocol name for your 'web site inside' will be 'wsis://'), then import HTML, images and other files into your application by doubleclicking on the component (an "Open File" dialog would appear) and selecting one or more filenames.
An instance of the component can also work as a "nested directory" inside another Web-Site-Inside. In this case, leave the component closed (Active=False) and make a link to it (see TWebDataItem.Subdir) from an item of the main TWebSiteInside.
Introduced Public Properties |
Active | Register or unregister a temporary protocol handler, therefore turning on or off support for the protocol specified by the ProtocolName property. |
DefaultPage | Default page name is appended to the URL if no file name is specified. |
Domain | URLs handled by the component must start with this name. |
Items | A collection of one or more named data items. |
ProtocolName | Name of the protocol supported by the component. |
OnPageNotFound | This event is fired if a WSIS page requested by IE was not found in the WSIS components. |
HTML generated by Time2HELP
|
http://www.time2help.com