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

WriteComponentToXMLStream

Serializes the specified component to a stream using an XML object writer.

Declaration

Source position: laz_xmlstreaming.pas line 155

procedure WriteComponentToXMLStream(

  AComponent: TComponent;

  AStream: TStream

);

Arguments

AComponent

  

Component with values written to the stream.

AStream

  

TStream instance where the XML content is stored.


Version 4.0 Generated 2025-05-03 Home