SwingSecsI Control also supports MSEC protocol which is used in Mitsubishi only. If this property is True, it means MSEC, and if False, then SECS. This property is a persistent property.
構文
戻り値
使用例
|
.MSEC = True ' MSEC
.MSEC = False ' SECS
|
|
m_secs.SetMSEC(true); // MSEC
m_secs.SetMSEC(false); // SECS
|
特記事項
参照
|