Introduction - If you have any usage issues, please Google them yourself
TXmlIni supports the following functionality (features):
1. Has compressed capacity (ZLib)
Saved as other programming languages to see to know how to xml (in the case of non-compressed)
3 with Stream streaming load output capability
4 with string loaded with output capacity
5 the Base64-capacity (when using compressed output string will be forced to Base64 format)
6 with automatic archiving capabilities
Support compression, AES encryption, RSA encryption.
Example:
        uses
                XmlIni
        proceduree ... ()
        var
            XmlIni: TXmlIni
            Ret: string
        begin
            XmlIni: = TXmlIni.Create
            try
                XmlIni.LoadFromFile ( C: \ ... \ sample.xi )
  &nbs