Class TAdSimpleXMLElemHeader
Unit
AdSimpleXML
Declaration
type TAdSimpleXMLElemHeader = class(TAdSimpleXMLElem)
Description
no description available, TAdSimpleXMLElem description follows
Hierarchy
Overview
Methods
Properties
 |
property Version: string read FVersion write FVersion; |
 |
property StandAlone: Boolean read FStandalone write FStandalone; |
 |
property Encoding: string read FEncoding write FEncoding; |
Description
Methods
 |
procedure LoadFromStream(const Stream: TStream; AParent: TAdSimpleXML = nil); override; |
|
 |
procedure SaveToStream(const Stream: TStream; const Level: string = ''; AParent: TAdSimpleXML = nil); override; |
|
Properties
 |
property Version: string read FVersion write FVersion; |
|
 |
property StandAlone: Boolean read FStandalone write FStandalone; |
|
 |
property Encoding: string read FEncoding write FEncoding; |
|

Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00