Savoy Socket 详细资料
Properties
Appearance
BorderStyle
Connect
IniFileName
IniSection
IPAddress
MyPortNumber
PortNumber
Server
Methods
AboutBox
Disconnect
LoadIniFile
Send
Setup
Events
Connected
Disconnected
Problem
Received
|
Gets or sets section name in INI file to read/write settings. If multiple SavoySocket control were embedded in one project, it is possible to share same INI file by changing section name.
Default setting is “SavoySocket”.
Syntax
|
CString GetIniSection()
void SetIniSection(LPCTSTR)
|
Return Value
Example
|
.IniSection = "Host" ‘ [Host] section
|
|
m_ctrl.IniSection("Host"); // [Host] section
|
Remarks
Persistent property.
See Also
|
|