Saves the content in XMLConfig to the specified TStream instance.
Source position: xmlpropstorage.pas line 104
public procedure TXMLConfigStorage.SaveToStream(
s: TStream
); virtual;
s
TStream instance where the XML content is stored.