文件名称:super_xmlini
介绍说明--下载内容均来自于网络,请自行研究使用
TXmlIni支援以下功能(特征):
        1. 具有压缩能力(使用ZLib)
        2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)
        3. 具Stream串流载入与输出能力
        4. 具字串载入与输出能力
        5. 具Base64能力(当使用压缩时, 则输出字串将强迫为Base64格式)
        6. 具自动存档能力
        7. 支援压缩、AES加密、RSA加密。
范例:
uses
XmlIni
proceduree ...()
var
XmlIni: TXmlIni
Ret: string
begin
XmlIni := TXmlIni.Create
try
XmlIni.LoadFromFile( C:\...\sample.xi )
Ret := XmlIni[ section ][ key ]
XmlIni[ section ][ key ] := Value
XmlIni.SaveToFile( C:\...\sample.xi )
finally
XmlIni.Free
end
end
-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
        1. 具有压缩能力(使用ZLib)
        2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)
        3. 具Stream串流载入与输出能力
        4. 具字串载入与输出能力
        5. 具Base64能力(当使用压缩时, 则输出字串将强迫为Base64格式)
        6. 具自动存档能力
        7. 支援压缩、AES加密、RSA加密。
范例:
uses
XmlIni
proceduree ...()
var
XmlIni: TXmlIni
Ret: string
begin
XmlIni := TXmlIni.Create
try
XmlIni.LoadFromFile( C:\...\sample.xi )
Ret := XmlIni[ section ][ key ]
XmlIni[ section ][ key ] := Value
XmlIni.SaveToFile( C:\...\sample.xi )
finally
XmlIni.Free
end
end
-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
xmlini
......\Delphi2010
......\..........\Base64.dcu
......\..........\Base64.pas
......\..........\ElAES.dcu
......\..........\ElAES.pas
......\..........\FGInt.dcu
......\..........\FGInt.pas
......\..........\FGIntPrimeGeneration.dcu
......\..........\FGIntPrimeGeneration.pas
......\..........\FGIntPrimeGeneration.~pas
......\..........\FGIntRSA.dcu
......\..........\FGIntRSA.pas
......\..........\FGIntRSA.~pas
......\..........\RSAUtil.dcu
......\..........\RSAUtil.pas
......\..........\RSAUtil.~pas
......\..........\Sample
......\..........\......\PhpExtGlobals.tmp
......\..........\......\Sample.xi
......\..........\......\Sample_BIG5.xi
......\..........\......\Sample_Compress.xi
......\..........\......\Sample_UTF-8.xi
......\..........\......\Sample_UTF-8tt.xi
......\..........\......\Sample_UTF-8_AES.xi
......\..........\......\Sample_UTF-8_RSA.xi
......\..........\......\xeMain.dcu
......\..........\......\xeMain.ddp
......\..........\......\xeMain.dfm
......\..........\......\xeMain.pas
......\..........\......\xeRegistryIO.dcu
......\..........\......\xeRegistryIO.ddp
......\..........\......\xeRegistryIO.dfm
......\..........\......\xeRegistryIO.pas
......\..........\......\xeStringIO.dcu
......\..........\......\xeStringIO.ddp
......\..........\......\xeStringIO.dfm
......\..........\......\xeStringIO.pas
......\..........\......\XmlIniEditor.cfg
......\..........\......\XmlIniEditor.dof
......\..........\......\XmlIniEditor.dpr
......\..........\......\XmlIniEditor.dproj
......\..........\......\XmlIniEditor.dproj.local
......\..........\......\XmlIniEditor.drc
......\..........\......\XmlIniEditor.exe
......\..........\......\XmlIniEditor.identcache
......\..........\......\XmlIniEditor.res
......\..........\......\__history
......\..........\......\.........\xeMain.dfm.~1~
......\..........\......\.........\xeMain.dfm.~2~
......\..........\......\.........\xeMain.dfm.~3~
......\..........\......\.........\xeMain.dfm.~4~
......\..........\......\.........\xeMain.dfm.~5~
......\..........\......\.........\xeMain.dfm.~6~
......\..........\......\.........\xeMain.dfm.~7~
......\..........\......\.........\xeMain.dfm.~8~
......\..........\......\.........\xeMain.dfm.~9~
......\..........\......\.........\xeMain.pas.~10~
......\..........\......\.........\xeMain.pas.~11~
......\..........\......\.........\xeMain.pas.~2~
......\..........\......\.........\xeMain.pas.~3~
......\..........\......\.........\xeMain.pas.~4~
......\..........\......\.........\xeMain.pas.~5~
......\..........\......\.........\xeMain.pas.~6~
......\..........\......\.........\xeMain.pas.~7~
......\..........\......\.........\xeMain.pas.~8~
......\..........\......\.........\xeMain.pas.~9~
......\..........\......\.........\XmlIniEditor.dpr.~1~
......\..........\XmlIni.dcu
......\..........\XmlIni.pas
......\..........\XmlIni.~pas
......\..........\XMLTBase.dcu
......\..........\XMLTBase.pas
......\..........\XMLTBase.~pas
......\..........\__history
......\..........\.........\FGInt.pas.~1~
......\..........\.........\FGInt.pas.~2~
......\..........\.........\FGInt.pas.~3~
......\..........\.........\FGInt.pas.~4~
......\..........\.........\FGInt.pas.~5~
......\..........\.........\FGInt.pas.~6~
......\..........\.........\FGInt.pas.~7~
......\..........\.........\FGInt.pas.~8~
......\..........\.........\FGInt.pas.~9~
......\..........\.........\FGIntPrimeGeneration.pas.~1~
......\..........\.........\FGIntRSA.pas.~1~
......\..........\.........\RSAUtil.pas.~1~
......\..........\.........\RSAUtil.pas.~2~
......\..........\.........\RSAUtil.pas.~3~
......\..........\.........\RSAUtil.pas.~4~
......\..........\.........\XmlIni.pas.~128~
......\..........\.........\XmlIni.pas.~129~
......\..........\.........\XmlIni.pas.~130~
......\..........\.........\XmlIni.pas.~131~
......\..........\.........\XmlIni.pas.~132~
......\..........\.........\XmlIni.pas.~133~
......\..........\.........\XmlIni.pas.~134~
......\..........\.........\XmlIni.pas.~135~
......\..........\.........\XmlIni.pas.~136~
......\..........\.........\XmlIni.pas.~