Serializes the specified component to a stream using an XML object writer.
Source position: laz_xmlstreaming.pas line 155
procedure WriteComponentToXMLStream( |
AComponent: TComponent; |
AStream: TStream |
); |
AComponent |
|
Component with values written to the stream. |
AStream |
|
TStream instance where the XML content is stored. |
| Version 4.4 | Generated 2025-11-08 | Home |