Swing HSMS 詳細資料
Properties
Active
Appearance
BorderStyle
IniFile
IniSection
IPAddress
LocalPortNumber
Log
LogFile
MaxLength
PortNumber
Selected
Server
Show
T3
T5
T6
T7
T8
Methods
Config
ConvertIPAddress
Disconnect
GetHostName
LoadIni
Send
Events
Connected
Errors
Read
SelConnection
|
Retrieve properties from .ini file specified by IniFile Property and IniSection Property. If it is impossible to read from .ini file, ActiveX control uses default value specified in resource settings.
It is recommended to call this method at very beginning of application’s starting up for retrieving properties saved by Config Method.
Syntax
Return Value
Example
|
Private Sub Form_Load()
SwingHsms1.LoadIni
End Sub
|
|
void CxxxView::OnInitialUpdate()
{
...
m_hsms.LoadIni();
...
}
|
Remarks
See Also
|
|