[Overview][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |