Public Property Get ProfileSectionName( _ ) As String
ProfileFileName Property
Public Property Let ProfileSectionName( _ ByVal vSectionName As String _ )
Assuming Dim estWAPI As New WindowsAPI for example estWAPI.ProfileFileName = "Sample.Ini" estWAPI.ProfileSectionName = "Sample Section" estWAPI.WritePrivateProfileString("Convert From", "5 kilometers") = TrueWarning: Be careful about using this Property if your program employs multi-tasking and the profile functions can possibly be called simultaneously from different parts of your program.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.