[Overview][Classes] Reference for unit 'XMLstream' (#mcl)

TXMLstream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: xmlstream.pas line 30

type TXMLstream = class(TXMLConfig)

public

  procedure LoadFromStream();

  

  procedure SaveToStream();

  

  function AsStream;

  

  procedure SetValue(); overload;

  

  function GetValue(); overload;

  

end;

Inheritance

TXMLstream

  

|

TXMLConfig

?

TObject