Xml.XMLDoc.TXMLDocument.AfterOpen
Delphi
property AfterOpen: TNotifyEvent read FAfterOpen write FAfterOpen;
C++
__property System::Classes::TNotifyEvent AfterOpen = {read=FAfterOpen, write=FAfterOpen};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLDocument |
Description
Occurs immediately after the XML document is opened.
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.