Show dialog box to edit properties.
Syntax
|
Function Config(pszTitle As String) As Boolean
|
|
BOOL Config(LPCTSTR pszTitle)
|
pszTitle | Caption title of dialog box. If this value is NULL or
empty string, IniSection Property is used for caption title. |
Return Value
Example
|
m_hsms. Config("HSMS Configuration");
|
Remarks
If user press OK button to close dialog box, ActiveX control will save properties to .ini file specified by IniFile Property and IniSection Property. After save procedure has been completed successfully, this method returns True. To retrieve saved information from .ini file, call LoadIni Method.
When port has already been opened (when Active Property is True), it is impossible to change IPAddress Property, PortNumber Property and LocalPortNumber Property.
See Also
|