Jazz Soft お問い合わせ   JazzSoft@live.com     日本語   英語  日本語  中国語(繁体字)  中国語(簡体字)
工場自動化と歩留り管理ソリューション 
Skip Navigation Linksホーム > 製品一覧 > Swing > Swing SECS II リファレンス > プロパティ > Show

Dorian.Core が追加されました。Dorian は .NET 6 と 7 に対応するようになりました。

Swing SECS II リファレンス   

Properties
Appearance
Array
BlockNumber
BorderStyle
DeviceID
EBit
Function
List
Msg
Pointer
PType
RBit
SessionID
Show
SourceID
Stream
SType
SystemBytes
TransactionID
Type
Value
ValueHex
WBit

Methods
Add
Init
Reply

Events

Show Property

If this property is True, it displays on screen whether port is opened or not. If this property is False, ActiveX control is not drawn only by applying in a background color. This property is a persistent property.

If node addition is performed in large quantities when Show Property is True, it takes very long time to redraw tree. Probably, it will be good to perform node addition after setting Show Property to False. If addition is completed, set Show Property to True.

構文

Visual Basic



Visual C++


戻り値

使用例

Visual Basic

.Show = False
.Pointer = "1"
.Add SecsTypeList, ""
Dim nCnt as Integer
For nCnt = 1 to 100
  .Pointer = "1/" + Format$(nCnt)
  .Add SecsTypeAscii, "Something"
Next nCnt
.Show = True


Visual C++

m_msg.SetShow(false);
m_msg.SetPointer("1");
m_msg.Add(SecsTypeList,"");
for(int nCnt=0;nCnt<100;nCnt++)
{
  CString strBuf;
  strBuf.Format("1/%d",nCnt+1);
  m_msg.SetPointer(strBuf);
  m_msg.Add(SecsTypeAscii,"Something");
}
m_msg.SetShow(true);

特記事項

参照

お問い合わせ   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.