[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TXMLConfig.Loaded

Signals that LCL component streaming has been completed.

Declaration

Source position: laz2_xmlcfg.pas line 80

protected procedure TXMLConfig.Loaded; override;

Description

Loaded is an overridden method in TXMLConfig used to perform actions needed when the component has finished loading during LCL component streaming. Loaded calls the inherited method. It calls SetFilename to load the XML configuration file data when the Filename property is assigned in the component.

See also

TXMLConfig.Filename

  

File name used to read or write the XML content in the class instance.


Version 4.0 Generated 2025-05-03 Home