RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnDocumentComplete Event

Occurs when the document being navigated to reaches ReadyState_Complete.

Pascal
property OnDocumentComplete: TWebBrowserDocumentComplete;
C++
__property TWebBrowserDocumentComplete OnDocumentComplete;

Write an OnDocumentComplete event handler to take specific action when a frame or document is fully loaded into the Web browser .For a document without frames, this event occurs once when the document finishes loading. On a document containing multiple frames, this event occurs once for each frame. When the multiple-frame document finishes loading, the Web browser fires the event one final time. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!