TWebBrowser Methods
NewsProductsDownloadsSupportForumCredits

TEmbeddedWB 
History 
HtmlEdit 
TIEAddress 
TIEDownload 
TIEDownloadManager 
IEGuid 
TIEParser 
Favorites 
TIESecurityManager 
IE5Tools 
TIETravelLog 
TLinksBar 
Protocols 
TRichEditWB 
TWebUpdater 
ResourceTool 
UI - lessParser 
Delphi Links 
[Home][Support][TEmbeddedWB][TWebBrowser Methods]


DialogsDownload OptionsEventsEvents OrderInterfaceMethods 1Methods 2Message HandlerMenus and shortcutsPrint OptionsPropertiesUpdatesZones & SecurityTWebBrowser Members A-LTWebBrowser Members M-ZTWebBrowser Methods

 

TWebBrowser Methods:

Methods of TWebBrowser by Borland
Method Description
ClientToWindow (public) Not used in TWebBrowser.
ExecWB (public) Executes a command.
GetProperty (public) Not used in TWebBrowser.
GoBack (public) Navigates to the previous item in the history list.
GoForward (public) Navigates to the next item in the history list.
GoHome (public) Navigates to the current start page.
GoSearch (public) Navigates to the current search page.
Navigate (public) Navigates to a resource identified by a path name or URL.
Navigate2 (public) Navigates to a specified resource.
PutProperty (public) Not used in TWebBrowser.
QueryStatusWB (public) Returns information about what commands the Web browser supports.
Quit (public) Not used in TWebBrowser.
Refresh (public) Reloads the current document.
Refresh2 (public) Reloads the current document if necessary.
ShowBrowserBar (public) Not used in TWebBrowser
Stop (public) Stops the current operation.
Methods inherited from OleCtrls.TOleControl
Method Description
BrowseProperties (public) Notifies the ActiveX control to display its Properties dialog box.
Create (public) Creates a new instance of TOleControl.
DefaultHandler (public) Handles all otherwise-unhandled messages.
Destroy (public) Frees the memory associated with this instance of TOleControl.
DoObjectVerb (public) Notifies the ActiveX control to perform one of its actions.
GetEnumPropDesc (public) Returns descriptions of the ActiveX control's properties.
GetHelpContext (public) Retrieves the Help context of a member of the ActiveX control.
GetObjectVerbs (public) Retrieves the names of the verbs implemented by the ActiveX control.
GetPropDisplayString (public) Returns the display string for an interface for the ActiveX control.
GetPropDisplayStrings (public) Returns the display strings for an interface for the ActiveX control.
IsCustomProperty (public) Indicates whether an interface for the ActiveX control is a custom property.
IsPropPageProperty (public) Indicates whether an interface for the OCX control is a property page property.
SetBounds (public) Sets the boundaries of the ActiveX control.
SetPropDisplayString (public) Sets the display string for an interface for the ActiveX control.
ShowAboutBox (public) Notifies the ActiveX control to display its About box.
Methods inherited from Controls.TWinControl
Method Description
ActionChange (protected) Updates the control to reflect changes in its associated action.
AddBiDiModeExStyle (protected) Sets control's window style according to its bi-directional support.
AdjustClientRect (protected) Provides the interface that adjusts the ClientRect property for idiosyncrasies of the window.
AdjustSize (protected) Adjusts the control's size according to its contents and constraints.
AlignControls (protected) Aligns any controls for which the control is the parent within a specified area of the control.
AssignTo (protected) Copies the properties of the windowed control to another object.
Broadcast (public) Sends a message to each of the child controls.
CanAutoSize (protected) Indicates how the control can be resized.
CanFocus (public) Indicates whether a control can receive focus.
CanResize (protected) Indicates how the control can respond to a resize attempt.
ChangeScale (protected) Resize and reposition children and self.
ConstrainedResize (protected) Generates an OnConstrainedResize event.
ContainsControl (public) Indicates whether a specified control exists within the control.
ControlAtPos (public) Returns the child control located at a specified position within the control.
CreateDockManager (protected) Creates the dock manager for the control.
CreateHandle (protected) Creates underlying screen object.
CreateParams (protected) Initializes a window-creation parameter data structure.
CreateParented (public) Creates and initializes a control as the child of a specified non-VCL container.
CreateParentedControl (public) Creates and initializes a control as the child of a specified non-VCL window.
CreateSubClass (protected) Creates a windowed control derived from an existing Windows window class.
CreateWindowHandle (protected) Creates a Windows control to represent the control.
CustomAlignInsertBefore (protected) Returns placement order of custom-aligned child control.
CustomAlignPosition (protected) Returns aligned position of custom-aligned child control.
DestroyHandle (protected) Destroys the control's window without destroying the control.
DestroyWnd (protected) Destroys the control's window.
DisableAlign (public) Disables the realignment of child controls.
DoAddDockClient (protected) Performs actions when a control is docked to the windowed control.
DockDrop (public) Generates an OnDockDrop event.
DockOver (protected) Responds when a docking client is dragged over the windowed control.
DoDockOver (protected) Generates an OnDockOver event.
DoEnter (protected) Respond to receiving input focus.
DoExit (protected) Respond to losing input focus
DoFlipChildren (protected) Flips the control's children.
DoKeyDown (protected) Performs some preprocessing before generating an OnKeyDown event.
DoKeyPress (protected) Performs some preprocessing before generating an OnKeyPress event.
DoKeyUp (protected) Performs some preprocessing before generating an OnKeyUp event.
DoRemoveDockClient (protected) Responds when a control is undocked from the windowed control.
DoUnDock (protected) Undocks a control that is currently docked to the windowed control.
EnableAlign (public) Decrements the reference count incremented by the DisableAlign method, eventually realigning the child controls.
FindChildControl (public) Returns a child control given its name.
FindNextControl (protected) Returns the control's next child in the tab order after the specified control.
FixupTabList (protected) Sorts the child controls by their tab order.
FlipChildren (public) Reverses the positions of child controls.
Focused (public) Determines whether the control has input focus.
GetActionLinkClass (protected) Returns the associated action link class.
GetChildren (protected) Calls a specified method for each child of the control.
GetClientOrigin (protected) Returns the value of the ClientOrigin property.
GetClientRect (protected) Returns the value of the ClientRect property.
GetControlExtents (protected) Returns the smallest rectangle in which all the control's children fit.
GetDeviceContext (protected) Provides access to a device context for the control.
GetParentHandle (protected) Returns the window handle for the window of the control's parent.
GetSiteInfo (protected) Generates an OnGetSiteInfo event
GetTabOrderList (public) Builds a list of controls in tab order.
GetTopParentHandle (protected) Returns the window handle of the first window not associated with a VCL control that contains the windowed control.
HandleAllocated (public) Reports whether a screen object handle exists for the control.
HandleNeeded (public) Creates a screen object for the control if it doesn't already exist.
InsertControl (public) Inserts a control into the Controls array property.
Invalidate (public) Schedules a control repaint.
IsControlMouseMsg (protected) Indicates whether a specified mouse message is directed to one of the windowed control's child controls.
KeyDown (protected) Respond to key press events.
KeyPress (protected) Respond to keyboard input.
KeyUp (protected) Respond to released key.
MainWndProc (protected) Receives Windows messages for the control.
NotifyControls (protected) Sends a message to all the child controls.
PaintControls (protected) Paints each of the child controls in a windowed control using the specified device context.
PaintHandler (protected) Responds to WM_PAINT messages.
PaintTo (public) Draws the windowed control to a device context.
PaintWindow (protected) Renders the image of a windowed control.
ReadState (protected) Prepares the control for having its properties assigned values from a stream.
Realign (public) Forces the control to realign children.
RecreateWnd (protected) Recreate underlying Windows screen object.
ReloadDockedControl (protected) Reloads a docked control.
RemoveControl (public) Removes a specified control from the Controls array.
Repaint (public) Repaints the entire control.
ResetIme (protected) Restores the input method editor (IME) that was active when the application started.
ResetImeComposition (protected) Directs the composition window of the input method editor (IME) to perform a specific action.
ScaleBy (public) Rescale control and its children.
ScaleControls (protected) Rescale child controls only.
ScrollBy (public) Scroll control contents.
SelectFirst (protected) Locates first selectable child control.
SelectNext (protected) Moves the input focus from the current child control to the next one in the tab order.
SetChildOrder (protected) Changes the order in which the child component appears in the list of child components returned by the GetChildren method.
SetFocus (public) Gives the input focus to the control.
SetIme (protected) Activates an input method editor (IME) using the values specified by the ImeMode and ImeName properties.
SetImeCompositionWindow (protected) Sets the position and font of the composition window.
SetZOrder (protected) Moves the control to the top or bottom of the parent control's (or screen's) list of TWinControl controls.
ShowControl (protected) Ensures that a specified child control is visible.
Update (public) Forces the control to update.
UpdateControlState (public) Respond to state change.
UpdateUIState (protected) Updates form User Interface State as needed
Methods inherited from Controls.TControl
Method Description
BeginAutoDrag (protected) Begin Automatic Drag.
BeginDrag (public) Starts the dragging of a control.
BringToFront (public) Puts the control in front of all other controls in its parent control.
Changed (protected) Sends a CM_CHANGED message to the control.
Click (protected) Respond to user click.
ClientToParent (public) Translates client coordinates to parent coordinates.
ClientToScreen (public) Translates a given point from client area coordinates to global screen coordinates.
DblClick (protected) OnDblClick event dispatcher.
DefaultDockImage (protected) Handles the painting and erasing of a dock image.
Dock (public) Used internally to dock the control.
DockTrackNoTarget (protected) Handles dragging of the control over an invalid docking target.
DoContextPopup (protected) OnContextPopup event dispatcher.
DoDock (protected) Docking event dispatcher.
DoEndDock (protected) OnEndDock event dispatcher.
DoEndDrag (protected) OnEndDrag event dispatcher.
DoMouseWheel (protected) Processes mouse wheel motion.
DoMouseWheelDown (protected) OnMouseWheelDown event dispatcher.
DoMouseWheelUp (protected) OnMouseWheelUp event dispatcher.
DoStartDock (protected) OnStartDock event dispatcher.
DoStartDrag (protected) OnStartDrag event dispatcher.
DragCanceled (protected) Provides the interface for a method that responds to the cancellation of a drag.
DragDrop (public) OnDragDrop event dispatcher.
Dragging (public) Indicates whether a control is being dragged.
DragOver (protected) OnDragOver event dispatcher.
DrawDragDockImage (protected) Draws the dock image for the control.
DrawTextBiDiModeFlags (public) Returns the text flags that reflect the current setting of the BiDiMode property.
DrawTextBiDiModeFlagsReadingOnly (public) Returns the text flag to add that indicates whether the control's text should read from right to left.
EndDrag (public) Stops a control from being dragged any further.
EraseDragDockImage (protected) Erases the dock image for the control.
FontChanged (private) Respond to change in Font property.
GetControlsAlignment (public) Indicates how text is aligned within the control.
GetDockEdge (protected) Returns the edge on which another control should be docked when it is dragged over the control.
GetDragImages (protected) Returns the control's image list containing the image to be displayed while dragging.
GetPalette (protected) Returns the handle to a palette for use by the control.
GetParentComponent (public) Returns the parent of the control.
GetPopupMenu (protected) Returns the pop-up menu associated with the control.
GetTextBuf (public) Retrieves the control's text, copies it into a buffer, and returns the number of characters copied.
GetTextLen (public) Returns the length of the control's text.
HasParent (public) Indicates whether the control has a parent.
Hide (public) Makes the control invisible.
InitiateAction (public) Calls the action link's Update method if the control is associated with an action link.
IsRightToLeft (public) Indicates whether the control should be reversed right to left.
Loaded (protected) Initializes the control after it is loaded from a stream.
ManualDock (public) Docks the control.
ManualFloat (public) Undocks the control.
MouseDown (protected) OnMouseDown event dispatcher.
MouseMove (protected) Respond to mouse moving over control area..
MouseUp (protected) OnMouseUp event dispatcher.
MouseWheelHandler (public) Dispatches messages received from a mouse wheel.
Notification (protected) Responds to notifications that components are being created or destroyed.
ParentToClient (public) Translate parent coordinates to client coordinates.
Perform (public) Responds as if the control received a specified Windows message.
PositionDockRect (protected) Positions the docking rectangle according to the current drag-and-dock state.
ReplaceDockedControl (public) Docks the control in the place where another control is already docked.
RequestAlign (protected) Instructs the parent of a control to reposition the control, enforcing its Align property.
Resize (protected) Respond to control resize.
ScreenToClient (public) Converts the screen coordinates of a specified point on the screen to client coordinates.
SendCancelMode (protected) Cancels the modal state of the control.
SendDockNotification (protected) Sends a Windows message to the control's host dock site.
SendToBack (public) Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.
SetParentComponent (protected) Sets the parent for the control.
SetTextBuf (public) Sets the text of the control.
Show (public) Makes a control visible.
UpdateBoundsRect (protected) Changes the Top, Left, Width, and Height properties of the control, but doesn't update its screen image and bypasses all resize events.
UseRightToLeftAlignment (public) Specifies whether the control's alignment should be reversed right-to-left.
UseRightToLeftReading (public) Specifies whether the control is using a right-to-left reading order.
UseRightToLeftScrollBar (public) Specifies whether the vertical scroll bar appears on the left side of the control.
VisibleChanging (protected) Provides the interface for a method that responds to changes in the control's visibility.
Methods inherited from Classes.TComponent
Method Description
BeforeDestruction (public) Performs any necessary actions before the first destructor is called.
ChangeName (protected) Sets the private, internal storage for the Name property to the string passed in NewName.
DestroyComponents (public) Destroys all owned components.
Destroying (public) Indicates that the component and its owned components are about to be destroyed.
FindComponent (public) Indicates whether a given component is owned by the component.
FreeNotification (public) Ensures that AComponent is notified that the component is going to be destroyed.
FreeOnRelease (public) Frees the interface reference for components that were created from COM classes.
GetChildOwner (protected) Returns the owner of a child component being read from a stream.
GetChildParent (protected) Returns the parent, or if there is no parent, returns the owner of a child component being read from a stream.
GetNamePath (public) Returns a string used by the Object Inspector.
GetOwner (protected) Returns the owner of a component.
InsertComponent (public) Establishes the component as the owner of a specified component.
IsImplementorOf (public) Indicates whether the component implements a specified interface.
PaletteCreated (protected) Responds when the component is created from the component palette.
ReferenceInterface (public) Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
RemoveComponent (public) Removes a specified component specified from the component's Components list.
RemoveFreeNotification (public) Disables destruction notification that was enabled by FreeNotification
SafeCallException (public) Handles exceptions in methods declared using the safecall calling convention.
SetDesigning (protected) Ensures that components inserted at design time have their design-mode flag set.
SetDesignInstance (protected) Ensures that components inserted at design time have their design-mode flag set.
SetInline (protected) Sets the csInline bit of the component's ComponentState property
SetSubComponent (public) Identifies whether the component is a subcomponent.
Updated (protected) Clears the csUpdating state in the component's ComponentState property when the component finishes updating.
UpdateRegistry (protected) Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
Updating (protected) Sets the csUpdating state in the component's ComponentState property.
ValidateContainer (protected) Determines whether an object can be inserted into a container.
ValidateInsert (protected) Provides the interface for a method that validates an child component before it is inserted.
ValidateRename (protected) Ensures that renaming an owned component does not create name conflict.
Methods inherited from Classes.TPersistent
Method Description
Assign (public) Copies the contents of another, similar object.
Methods inherited from System.TObject
Method Description
AfterConstruction (public) Responds after the last constructor has executed.
ClassInfo (public) Returns a pointer to the runtime type information (RTTI) table for the object type.
ClassName (public) Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIs (public) Determines whether an object is of a specific type.
ClassParent (public) Returns the type of the immediate ancestor of a class.
ClassType (public) Returns the class reference for the object's class.
CleanupInstance (public) Performs finalization on long strings, variants, and interface variables within a class.
Dispatch (public) Calls message-handling methods for the object, based on the contents of the Message parameter.
FieldAddress (public) Returns the address of a published object field.
Free (public) Destroys an object and frees its associated memory, if necessary.
FreeInstance (public) Deallocates memory allocated by a previous call to the NewInstance method.
GetInterface (public) Retrieves a specified interface.
GetInterfaceEntry (public) Returns the entry for a specific interface implemented in a class.
GetInterfaceTable (public) Returns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFrom (public) Determines the relationship of two object types.
InitInstance (public) Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSize (public) Returns the size in bytes of each instance of the object type.
NewInstance (public) Allocates memory for an instance of an object type and returns a pointer to that new instance.


Borland® Copyright © 2005 Borland Software Corporation. All rights reserved.

[Home][News][Products][Downloads][Support][Forum][Credits]

Copyright (c) 2005 bsalsa productions. All rights reserved.<>

bsalsa@bsalsa.no-ip.info<><>