RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.AfterOpen Event

Occurs immediately after the XML document is opened.

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

Write an AfterOpen event handler to take specific action once the XML document interfaces become available. For example, you can use an AfterOpen event to update your user interface to reflect the structure of the XML document once it is opened. 

AfterOpen is the last event to occur when the Active property is set to true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!