RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.BeforeOpen Event

Occurs immediately before the XML document is opened.

Pascal
property BeforeOpen: TNotifyEvent;
C++
__property TNotifyEvent BeforeOpen;

Write a BeforeOpen event handler to take specific action before the XML document interfaces become available. For example, you can use a BeforeOpen event to provide feedback to the user that the XML document is being parsed (which can be cleared in an AfterOpen event handler). 

BeforeOpen is the first event to occur when the Active property is set to true. 

 

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