Savoy HSMS リファレンス
プロパティ
Appearance
BorderStyle
Connect
IniFileName
IniSection
IPAddress
Log
LogBakCount
LogFileName
LogSize
LogVerbose
MyHostName
MyPortNumber
PortNumber
Selected
Server
T3
T5
T6
T7
T8
メソッド
AboutBox
Disconnect
LoadIniFile
Send
Setup
ToIPAddress
イベント
Connected
Disconnected
Problem
Received
SelChanged
|
Gets or sets section name in INI file to read/write settings. If multiple SavoyHsms control were embedded in one project, it is possible to share same INI file by changing section name.
Default setting is “SavoyHsms”.
構文
|
CString GetIniSection()
void SetIniSection(LPCTSTR)
|
戻り値
使用例
|
.IniSection = "Host" ‘ [Host] section
|
|
m_ctrl.IniSection("Host"); // [Host] section
|
特記事項
Persistent property.
参照
|
|