All the properties are saved in this .ini file. If you specify full path name, ActiveX control saves .ini file in specified folder. However, if you specify only file name without folder name, ActiveX control saves .ini file in Windows system directory. This property is a persistent property.
構文
戻り値
使用例
|
.IniFile = "tty.ini" ' C:\Windows\tty.ini
.IniFile = "C:\a.x" ' C:\a.x
|
|
m_secs.SetIniFile("tty.ini"); // C:\Windows\tty.ini
m_secs.SetIniFile("C:\a.x"); // C:\a.x
|
特記事項
The extension of file name should not always be ini, but traditionally it is better to use ini.
参照
|