| Member |
Description |
| MainWndProc method
(protected) |
Receives Windows messages for the control. |
| ManualDock method
(public) |
Docks the control. |
| ManualFloat method
(public) |
Undocks the control. |
| Margins property
(published) |
Specifies the margins for the control. |
| MenuBar property
(published) |
Not used in TWebBrowser. |
| MouseCapture property
(protected) |
Indicates whether the control has "captured" mouse events. |
| MouseDown method
(protected) |
OnMouseDown event dispatcher. |
| MouseMove method
(protected) |
Respond to mouse moving over control area.. |
| MouseUp method
(protected) |
OnMouseUp event dispatcher. |
| MouseWheelHandler method
(public) |
Dispatches messages received from a mouse wheel. |
| Name property
(public) |
Indicates the name for the executable that hosts the Web
Browser component. |
| Navigate method
(public) |
Navigates to a resource identified by a path name or
URL. |
| Navigate2 method
(public) |
Navigates to a specified resource. |
| NewInstance method
(public) |
Allocates memory for an instance of an object type and returns
a pointer to that new instance. |
| Notification method
(protected) |
Responds to notifications that components are being created or
destroyed. |
| NotifyControls method
(protected) |
Sends a message to all the child controls. |
| Offline property
(published) |
Indicates whether the Web browser gets its document from the
local cache. |
| OleObject property
(public) |
The ActiveX control associated with the TOleControl
object. |
| OnAlignInsertBefore
event (protected) |
Occurs when an object is aligned. |
| OnAlignPosition event
(protected) |
Occurs when a control is aligned to a new position. |
| OnBeforeNavigate2 event
(published) |
Occurs immediately before the Web browser navigates to a new
resource. |
| OnCanResize event
(protected) |
Occurs when an attempt is made to resize the
control. |
| OnClick event
(protected) |
Occurs when the user clicks the control. |
| OnCommandStateChange
event (published) |
Occurs when the ability to execute certain TWebBrowser methods
changes. |
| OnConstrainedResize
event (protected) |
Adjust resize constraints. |
| OnContextPopup event
(protected) |
Occurs when the user right-clicks the control or otherwise
invokes the popup menu (such as using the keyboard). |
| OnDblClick event
(protected) |
Occurs when the user double-clicks the left mouse button when
the mouse pointer is over the control. |
| OnDockDrop event
(protected) |
Occurs when another control is docked to the
control. |
| OnDockOver event
(protected) |
Occurs when another control is dragged over the
control. |
| OnDocumentComplete event
(published) |
Occurs when the document being navigated to reaches
ReadyState_Complete. |
| OnDownloadBegin event
(published) |
Occurs when the Web browser starts downloading a
document. |
| OnDownloadComplete event
(published) |
Occurs when a navigation operation finishes, is halted, or
fails. |
| OnDragDrop event
(published) |
Occurs when the user drops an object being dragged. |
| OnDragOver event
(published) |
Occurs when the user drags an object over a control. |
| OnEndDock event
(protected) |
Occurs when the dragging of an object ends, either by docking
the object or by canceling the dragging. |
| OnEndDrag event
(published) |
Occurs when the dragging of an object ends, either by dropping
the object or by canceling the dragging. |
| OnEnter event
(published) |
Occurs when a control receives the input focus. |
| OnExit event
(published) |
Occurs when the input focus shifts away from one control to
another. |
| OnFullScreen event
(published) |
Not used in TWebBrowser. |
| OnGetSiteInfo event
(protected) |
Returns the control's docking information. |
| OnKeyDown event
(protected) |
Occurs when a user presses any key while the control has
focus. |
| OnKeyPress event
(protected) |
Occurs when a key is pressed. |
| OnKeyUp event
(protected) |
Occurs when the user releases a key that has been
pressed. |
| OnMenuBar event
(published) |
Not used in TWebBrowser. |
| OnMouseActivate event
(protected) |
Occurs when the user presses a mouse button with the mouse
pointer over a control and the parent form is not active. |
| OnMouseDown event
(protected) |
Occurs when the user presses a mouse button with the mouse
pointer over a control. |
| OnMouseEnter event
(protected) |
Occurs when the user moves the mouse into a control. |
| OnMouseLeave event
(protected) |
Occurs when the user moves the mouse outside of a
control. |
| OnMouseMove event
(protected) |
Occurs when the user moves the mouse pointer while the mouse
pointer is over a control. |
| OnMouseUp event
(protected) |
Occurs when the user releases a mouse button that was pressed
with the mouse pointer over a component. |
| OnMouseWheel event
(protected) |
Occurs when the mouse wheel is rotated. |
| OnMouseWheelDown event
(protected) |
Occurs when the mouse wheel is rotated downward. |
| OnMouseWheelUp event
(protected) |
Occurs when the mouse wheel is rotated upward. |
| OnNavigateComplete2
event (published) |
Occurs immediately after the Web browser successfully
navigates to a new location. |
| OnNewWindow2 event
(published) |
Occurs when a new, hidden, non-navigated Web browser window is
needed. |
| OnProgressChange event
(published) |
Occurs when the progress of a download operation is
updated. |
| OnPropertyChange event
(published) |
Not used in TWebBrowser. |
| OnQuit event
(published) |
Not used in TWebBrowser. |
| OnResize event
(protected) |
Occurs immediately after the control is resized. |
| OnStartDock event
(protected) |
Occurs when the user begins to drag a control with a DragKind
of dkDock. |
| OnStartDrag event
(published) |
Occurs when the user begins to drag the control or an object
it contains by left-clicking on the control and holding the mouse button
down. |
| OnStatusBar event
(published) |
Not used in TWebBrowser. |
| OnStatusTextChange event
(published) |
Not used in TWebBrowser. |
| OnTheaterMode event
(published) |
Not used in TWebBrowser. |
| OnTitleChange event
(published) |
Occurs when the title of a document in the WebBrowser control
becomes available or changes. |
| OnToolBar event
(published) |
Not used in TWebBrowser. |
| OnUnDock event
(protected) |
Occurs when the application tries to undock a control that is
docked to the windowed control. |
| OnVisible event
(published) |
Occurs when the Web browser window is about to be shown or
hidden. |
| Owner property
(public) |
Indicates the component that is responsible for streaming and
freeing this component. |
| PaintControls method
(protected) |
Paints each of the child controls in a windowed control using
the specified device context. |
| PaintHandler method
(protected) |
Responds to WM_PAINT messages. |
| PaintTo method
(public) |
Draws the windowed control to a device context. |
| PaintWindow method
(protected) |
Renders the image of a windowed control. |
| PaletteCreated method
(protected) |
Responds when the component is created from the component
palette. |
| Parent property
(public) |
Provides access to the Automation interface of the Web
browser's container. |
| ParentBackground
property (protected) |
Determines whether control uses parent's theme background. |
| ParentBiDiMode property
(protected) |
Specifies whether the control uses its parent's
BiDiMode. |
| ParentColor property
(protected) |
Determines where a control looks for its color
information. |
| ParentCtl3D property
(protected) |
Determines where a component looks to determine if it should
appear three dimensional. |
| ParentFont property
(protected) |
Determines where a control looks for its font
information. |
| ParentShowHint property
(published) |
Determines where a control looks to find out if its Help Hint
should be shown. |
| ParentToClient method
(public) |
Translate parent coordinates to client coordinates. |
| ParentWindow property
(public) |
Reference to parent's underlying control. |
| Path property
(public) |
Indicates the name for the executable that hosts the Web
Browser component. |
| Perform method
(public) |
Responds as if the control received a specified Windows
message. |
| PerPropBrowsing property
(public) |
Provides access to information about the property page
properties of the OleControl. |
| PopupMenu property
(published) |
Identifies the pop-up menu associated with the
control. |
| PositionDockRect method
(protected) |
Positions the docking rectangle according to the current
drag-and-dock state. |
| PutProperty method
(public) |
Not used in TWebBrowser. |
| QueryStatusWB method
(public) |
Returns information about what commands the Web browser
supports. |
| Quit method
(public) |
Not used in TWebBrowser. |
| ReadState method
(protected) |
Prepares the control for having its properties assigned values
from a stream. |
| ReadyState property
(public) |
Indicates the state of the Web browser component. |
| Realign method
(public) |
Forces the control to realign children. |
| RecreateWnd method
(protected) |
Recreate underlying Windows screen object. |
| ReferenceInterface
method (public) |
Establishes or removes internal links that cause this
component to be notified when the implementer of a specified interface is
destroyed. |
| Refresh method
(public) |
Reloads the current document. |
| Refresh2 method
(public) |
Reloads the current document if necessary. |
| RegisterAsBrowser
property (published) |
Registers the control as a top-level browser for target name
resolution. |
| RegisterAsDropTarget
property (published) |
Specifies whether users can load a document using
drag-and-drop. |
| ReloadDockedControl
method (protected) |
Reloads a docked control. |
| RemoveComponent method
(public) |
Removes a specified component specified from the component's
Components list. |
| RemoveControl method
(public) |
Removes a specified control from the Controls array. |
| RemoveFreeNotification
method (public) |
Disables destruction notification that was enabled by
FreeNotification |
| Repaint method
(public) |
Repaints the entire control. |
| ReplaceDockedControl
method (public) |
Docks the control in the place where another control is
already docked. |
| RequestAlign method
(protected) |
Instructs the parent of a control to reposition the control,
enforcing its Align property. |
| ResetIme method
(protected) |
Restores the input method editor (IME) that was active when
the application started. |
| ResetImeComposition
method (protected) |
Directs the composition window of the input method editor
(IME) to perform a specific action. |
| Resizable property
(published) |
Not used in TWebBrowser. |
| Resize method
(protected) |
Respond to control resize. |
| SafeCallException method
(public) |
Handles exceptions in methods declared using the safecall
calling convention. |
| ScaleBy method
(public) |
Rescale control and its children. |
| ScaleControls method
(protected) |
Rescale child controls only. |
| ScalingFlags property
(protected) |
Reflects which attributes of the control have been
scaled. |
| ScreenToClient method
(public) |
Converts the screen coordinates of a specified point on the
screen to client coordinates. |
| ScrollBy method
(public) |
Scroll control contents. |
| SelectFirst method
(protected) |
Locates first selectable child control. |
| SelectNext method
(protected) |
Moves the input focus from the current child control to the
next one in the tab order. |
| SendCancelMode method
(protected) |
Cancels the modal state of the control. |
| SendDockNotification
method (protected) |
Sends a Windows message to the control's host dock
site. |
| SendToBack method
(public) |
Puts a windowed control behind all other windowed controls, or
puts a non-windowed control behind all other non-windowed controls. |
| SetBounds method
(public) |
Sets the boundaries of the ActiveX control. |
| SetChildOrder method
(protected) |
Changes the order in which the child component appears in the
list of child components returned by the GetChildren method. |
| SetDesigning method
(protected) |
Ensures that components inserted at design time have their
design-mode flag set. |
| SetDesignInstance method
(protected) |
Ensures that components inserted at design time have their
design-mode flag set. |
| SetFocus method
(public) |
Gives the input focus to the control. |
| SetIme method
(protected) |
Activates an input method editor (IME) using the values
specified by the ImeMode and ImeName properties. |
| SetImeCompositionWindow
method (protected) |
Sets the position and font of the composition
window. |
| SetInline method
(protected) |
Sets the csInline bit of the component's ComponentState
property |
| SetParentComponent
method (protected) |
Sets the parent for the control. |
| SetPropDisplayString
method (public) |
Sets the display string for an interface for the ActiveX
control. |
| SetSubComponent method
(public) |
Identifies whether the component is a subcomponent. |
| SetTextBuf method
(public) |
Sets the text of the control. |
| SetZOrder method
(protected) |
Moves the control to the top or bottom of the parent control's
(or screen's) list of TWinControl controls. |
| Show method
(public) |
Makes a control visible. |
| ShowAboutBox method
(public) |
Notifies the ActiveX control to display its About
box. |
| ShowBrowserBar method
(public) |
Not used in TWebBrowser |
| ShowControl method
(protected) |
Ensures that a specified child control is visible. |
| ShowHint property
(published) |
Determines whether the control displays a Help Hint when the
mouse pointer rests momentarily on the control. |
| Showing property
(public) |
Indicates whether the control is showing on the screen. |
| Silent property
(published) |
Specifies whether the Web browser can display dialog
boxes. |
| StatusBar property
(published) |
Not used in TWebBrowser. |
| StatusText property
(published) |
Not used in TWebBrowser. |
| Stop method
(public) |
Stops the current operation. |
| TabOrder property
(published) |
Indicates the position of the control in its parent's tab
order. |
| Tag property
(published) |
Stores an integer value as part of a component. |
| TBDockHeight property
(public) |
Specifies the height of the control when it is docked
vertically. |
| Text property
(protected) |
Contains a text string associated with the control. |
| TheaterMode property
(published) |
Not used in TWebBrowser. |
| ToolBar property
(published) |
Not used in TWebBrowser. |
| Top property
(published) |
Specifies the Y coordinate of the top left corner of a
control, relative to its parent or containing control in pixels. |
| TopLevelContainer
property (public) |
Indicates whether the Web browser is a top-level Automation
object. |
| UndockHeight property
(public) |
Specifies the height of the control when it is
floating. |
| UndockWidth property
(public) |
Specifies the width of the control when it is
floating. |
| Update method
(public) |
Forces the control to update. |
| UpdateBoundsRect method
(protected) |
Changes the Top, Left, Width, and Height properties of the
control, but doesn't update its screen image and bypasses all resize
events. |
| UpdateControlState
method (public) |
Respond to state change. |
| Updated method
(protected) |
Clears the csUpdating state in the component's ComponentState
property when the component finishes updating. |
| UpdateRegistry method
(protected) |
Provides the interface for a method that adds type library and
version information to the Registry on components that implement COM
interfaces. |
| UpdateUIState method
(protected) |
Updates form User Interface State as needed |
| Updating method
(protected) |
Sets the csUpdating state in the component's ComponentState
property. |
| UseDockManager property
(public) |
Specifies whether the docking manager is used in drag-and-dock
operations. |
| UseRightToLeftAlignment
method (public) |
Specifies whether the control's alignment should be reversed
right-to-left. |
| UseRightToLeftReading
method (public) |
Specifies whether the control is using a right-to-left reading
order. |
| UseRightToLeftScrollBar
method (public) |
Specifies whether the vertical scroll bar appears on the left
side of the control. |
| ValidateContainer method
(protected) |
Determines whether an object can be inserted into a
container. |
| ValidateInsert method
(protected) |
Provides the interface for a method that validates an child
component before it is inserted. |
| ValidateRename method
(protected) |
Ensures that renaming an owned component does not create name
conflict. |
| VCLComObject property
(public) |
Represents information used internally by components that
support COM. |
| Visible property
(published) |
Specifies whether the Web browser component appears
onscreen. |
| VisibleChanging method
(protected) |
Provides the interface for a method that responds to changes
in the control's visibility. |
| VisibleDockClientCount
property (public) |
Specifies the number of visible controls that are docked on
the windowed control. |
| WheelAccumulator
property (protected) |
Accumulates mouse wheel rotations. |
| Width property
(published) |
Specifies the horizontal size of the control or form in
pixels. |
| WindowHandle property
(protected) |
Provides access to a window handle for the control. |
| WindowProc event
(public) |
Points to the window procedure that responds to messages sent
to the control. |
| WindowText property
(protected) |
Contains the text string of the
control. |