Jazz Soft Contact us?   JazzSoft@live.com     English   English  Japanese  Chinese (Traditional)  Chinese (Simlified)
Factory Automation & Yield Management Solution Provider 
Skip Navigation LinksHome > Products > Swing > Swing SECS I Reference > Properties > IniFile

Jazz Soft has been moved from Japan to New York in 2024.

Swing SECS I Reference   

Properties
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4

Methods
Config
LoadIni
Send

Events
Errors
Read
SelMsg
Written

IniFile Property

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.

Syntax

Visual Basic



Visual C++


Return Value

Example

Visual Basic

.IniFile = "tty.ini"  ' C:\Windows\tty.ini
.IniFile = "C:\a.x"  ' C:\a.x


Visual C++

m_secs.SetIniFile("tty.ini");  // C:\Windows\tty.ini
m_secs.SetIniFile("C:\a.x");  // C:\a.x

Remarks

The extension of file name should not always be ini, but traditionally it is better to use ini.

See Also

Contact us?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.