INIFile
v1.0.0
นอกจากนี้ไลบรารี inifile.dll เข้ากันได้กับ 1c 77
Public Sub SetPath(inputPath)
Public Function GetPath() As String
Public Function Load() As Boolean
Public Function LoadFrom(filePath) As Boolean
Public Function Loaded() As Boolean
Public Function E(sectionName, Optional propertyName) As Boolean
Public Function ExistProperty(sectionName, Optional propertyName) As Boolean
Public Function G(sectionName, Optional propertyName) As String
Public Function GetProperty(sectionName, Optional propertyNam) As String
Public Function GetCompareMode() As Byte
Public Function SetCompareMode(mode) As Boolean
Public Function TOP(sectionName, Optional propertyName) As Integer
Public Function TypeOfProperty(sectionName, Optional propertyName) As Integer
ประเภท const:
Public Function GD(sectionName, Optional propertyName) As Object
Public Function GetDictionary(sectionName, Optional propertyName) As Object
Public Function GA(sectionName, Optional propertyName)
Public Function GetArray(sectionName, Optional propertyName)
รูปแบบ:
Public Format As Integer
สร้างไฟล์หากไม่มีอยู่จริง
Public Create As Boolean
Public Function Export() As Object
Set FSO = CreateObject("Scripting.FileSystemObject")
Set ini = CreateObject("INIFile.INIFI")
ini.SetPath (FSO.GetAbsolutePathName(FSO.BuildPath(app.Path, app.EXEName & ".ini")))
ini.Create = True
ini.Format = -2 'Cyrillic
status = ini.SetCompareMode(vbTextCompare)
MsgBox CStr(ini.Load())