OnStatusTextChange
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][Events][OnStatusTextChange]


OnBeforeNavigate2OnCommandStateChangeOnDocumentCompleteOnDownloadBeginOnDownloadCompleteOnFullScreenOnGetExternalOnGetHostInfoOnGetOptionKeyPathOnMenuBarOnNavigateComplete2OnNavigateErrorOnNewWindow2OnQuitOnProgressChangeOnPropertyChangeOnScriptError EventOnShowContextMenuOnShowDialogOnShowHelpOnShowMessageOnStatusBarOnStatusTextChangeOnTheaterModeEventOnTitleChangeOnToolbar EventOnTranslateAcceleratorOnTranslateUrlOnUpdateUIOnVisible

 

OnStatusTextChange

OnStatusTextChange: Called when the status text of the component changes. Informs your application of the message that internet explorer would display in the status bar.


procedure YourForm.OnStatusTextChange(
  Sender: TObject;
  const Text: WideString);

Arguments:

Sender
The TWebBrowser component for which the event is being generated. Usage: (Sender as TWebBrowser)
Text
Text (message) to display in the status bar.


 

procedure TbrowserFrm.WB1StatusTextChange(Sender: TObject;
  const Text: WideString);
begin
   Statusbar1.Panels[0].Caption:= Text;
end;

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

bsalsa@bsalsa.no-ip.info