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.
構文
戻り値
使用例
|
Private Sub Form_Load()
SwingSecsI 1.LoadIni
End Sub
|
|
void CxxxView::OnInitialUpdate()
{
...
m_secs.LoadIni();
...
}
|
特記事項
参照
|