Swing SECS I 详细资料
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
|
Load properties setting from ini file specified by IniFile Property and IniSection Property. If it has failed to load from ini file, ActiveX control sets default values specified in original resource setting at the design time.
This method retrieves all the properties saved by Config Method, so it is recommended to be called at very beginning of application.
Syntax
Return Value
Example
|
Private Sub Form_Load()
SwingSecsI 1.LoadIni
End Sub
|
|
void CxxxView::OnInitialUpdate()
{
...
m_secs.LoadIni();
...
}
|
Remarks
See Also
|
|