RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.AfterClose Event

Occurs after the XML document is closed.

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

Write an AfterClose event handler to take specific action after the XML document interfaces are released. For example, you can use an AfterClose event to update your user interface to indicate that the XML document is no longer available. 

AfterClose is the last event to occur when the Active property is set to false. 

 

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